@media screen and (min-width: 768px) and (max-width: 1024px) {
    .about-title {
        font-size: 24px !important;
    }

    .aboutTextt {
        font-size: 18px !important;
        line-height: 0 !important;

    }

    .about-div {
        margin: 40px 60px 40px !important;

    }

    .about-title2 {
        font-size: 28px !important;
        margin-bottom: 40px !important;
    }

    .about-text {
        font-size: 18px !important;
        text-align: justify;

    }

    .about-div2 {
        margin: 40px 60px 40px !important;
    }

}

@media (min-width: 320px) and (max-width: 768px) {
    .about-title {
        font-size: 20px !important;
    }

    .aboutTextt {
        font-size: 14px !important;
        line-height: 0 !important;
    }

    .about-div {
        margin: 15px 25px 15px !important;

    }

    .about-title2 {
        font-size: 22px !important;
        margin-bottom: 30px !important;
    }

    .about-text {
        font-size: 14px !important;
        margin: 0px 6px 12px 0 !important;
        color: #1d1a1a;
        text-align: justify;

    }

    .about-div2 {
        margin: 20px 30px 20px !important;
    }

    .about-continue {
        margin-right: 20px;
        font-size: 15px !important;
        color: #0222a7;
    }

    .about-continue-arrow {
        margin-top: 2px !important;
        width: 28px !important;
        height: 20px !important;
    }
}

#about {
    margin-top: 330px;
}

.about-title {
    font-family: Gravity-Bold;
    text-align: center;
    font-size: 32px;
    line-height: 2.28;
    color: #071050;
}

.about-div {
    margin: 60px 100px 60px;
    padding: 22px 25px 15px 46px;
    border-radius: 12px;
    box-shadow: -1px 4px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.about-subtitle {
    margin: 0 0 29px 0;
    font-size: 27px;
    font-family: Gravity-Bold;
    color: #0222a7;
}

.about-text {
    margin: 0px 6px 12px 0;
    font-size: 20px;
    color: #1d1a1a;
    text-align: justify;
}

.about-continue {
    margin-right: 20px;
    font-size: 23px;
    color: #0222a7;
}

.about-continue-arrow {
    margin-top: 5px;
    width: 35px;
    height: 25px;
}

.nav-pills > li.active > a {
    background-color: transparent !important;
}

#myDIV, #myDIV2, #myDIV3 {
    font-family: Gravity;
    font-size: 20px;
    font-weight: 200;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.aboutTextt {
    font-family: Gravity;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    color: #151719;
}

#dropdown > div > div > button {
    background-color: transparent;
    border: none;
}