@media screen and (max-width: 1270px) {
    .connectWithUsContainer {
        flex-direction: column;
    }

    .aboutUsSectionTitle {
        text-align: center;
    }

    .connectInfo img {
        width: 65px;
        height: 65px;
    }
}