/* Extra small devices (phones) */
@media (max-width: 782px) {
    .aboutBaby .sectionTitle p {
        text-transform: none;
        font-family: Roboto, Arial;
    }   
}

/* Small devices (tablets) */
@media (min-width: 783px) and (max-width: 991px) {
    .aboutBaby .sectionTitle p {
        text-transform: none;
        font-family: Roboto, Arial;
    }    
     .teamBaby .gTimg img {
        position: relative;
        width: 70%;
        left: 15%;
    }
    .logoBaby {
        margin: 34px 0;
    }
}

/* Medium devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
        #offer-baby .info-column img{
        width: 40%;
        top: 22px;
        position: relative;
    }
    .logoBaby {
        margin: 3% 0;
    }
}

/* Large devices (large desktops) */
@media (min-width: 1200px) { 
    #offer-baby .info-column img{
        width: 40%;
        top: 22px;
        position: relative;
    }
    .teamBaby .gTimg img {
        position: relative;
        width: 80%;
        left: 10%;
    }
    .logoBaby {
        margin: 3% 0;
    }
}
/* Infographic fix */
@media (min-width: 992px) and (max-width: 1024px) {
    #offer-baby .info-column h2 {
        margin-top: 42px;
    }

}