
section.about {
    margin-top: 50px;
    margin-bottom: 60px;
}

section.about .banner {
    background-color: #fffca1;
    padding: 40px 33px 40px 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.about .banner-text {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

section.about .banner-text strong {
    font-weight: 700;
}

section.about .send-email-desktop {
    text-align: center;
    display: none;

    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px;
    border: 2.5px solid #111;
}

section.about .send-email-mobile {
    text-align: center;
    display: block;
    width: 100%;

    font-size: 16px;
    font-weight: 500;

    margin-top: 20px;
    margin-bottom: 60px;
    padding: 15px;
    border: 2.5px solid #111;
}



@media only screen and (min-width: 500px) {
   section.about .banner-text {text-align: center;}
}

section.about .whatsapp-icon {
    width: 29px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-left: -12px;    
}

@media screen and (min-width: 1140px) {
    section.about .send-email-mobile {
        display: none;
    }

    section.about .send-email-desktop {
        display: block;
    }
    
    section.about .banner {
       padding: 20px 50px;
}
}
@media screen and (min-width: 1240px) {
    section.about .banner-text {
        font-size: 19px;
    }

    section.about .send-email-desktop {
        font-size: 18px;
        padding: 15px 40px;
    }
    
    section.about .whatsapp-icon {
    width: 32px;
}
}

@media screen and (min-width: 1450px) {
    section.about .banner-text {
        font-size: 20px;
    }

    section.about .send-email-desktop {
        font-size: 19px;
        padding: 18px 45px;
    }
}