@media screen and (max-width: 359px) {}


@media screen and (min-width: 359px) and (max-width: 991px) {
    .why-text {
        margin-top: 0;
        width: 100%;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 700;
        line-height: 19px;
    }

    .tool-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 28px;
    }

    .sectionTitle {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
    }

    .bottom-wrap {
        margin-top: 30px;
        text-align: center;
    }

    .form-wrap {
        padding-top: 10px;
    }

    .bottom-title {
        text-align: center;
        padding-bottom: 30px;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;

    }

    #ApaItuBitrexgoLogo {
        text-align: center;
        max-width: 189px;
        margin: auto;
        padding-bottom: 40px;
    }

    .sectionDescription {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        padding: 15px;
        line-height: 20px;
    }

    .logo-small-mobile {
        max-width: 195px;
    }

    .groupStanTitle {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
    }

    .groupStanDescription {
        margin-top: 30px;
    }

    #productSection {
        padding-top: 30px !Important;
    }

}


@media screen and (min-width: 1199px) and (max-width: 1365px) {
    .groupStanDescription {
        margin-top: 0;
    }
}

@media screen and (min-width: 1365px) and (max-width: 1399px) {
    .groupStanDescription {
        margin-top: 0;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1599px) {
    .groupStanDescription {
        margin-top: 0;
    }
}


@media screen and (min-width: 1599px) and (max-width: 1919px) {
    .groupStanDescription {
        margin-top: 0;
    }
}

@media screen and (min-width: 1919px) {}