.data-management-section {
    background-image: url(../images/about/aboutus_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    margin-top: 115px;
    /* background-position: 50%; */
}

.banner-heading {
    margin-top: 165px;
    font-family: "Arial";
    font-weight: 500;
    font-stretch: normal;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.contact_us-section {
    background-image: url(../images/contactus/contactus_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 115px;
    /* background-position: 50%; */
}

.about-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.54;
    color: #000000;
    font-family: "Arial";
}

.about_section div {
    font-size: 38.5px;
    font-weight: 400;
    text-align: center;
    color: #2C83EC;
}

.about_yogesh {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.54;
    color: #000000;
    text-align: justify;
    font-family: "Arial";
}

.company-founder {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    font-family: "Arial";
    color: #000000;
    /* margin-bottom: 0; */
}

.yogesh-designation {
    font-size: 21px;
    font-weight: 400;
    color: #495057;
    font-family: "Arial";
}

.company-advisor {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    font-family: "Arial";
    color: #000000;
    /* margin-bottom: 0; */
}

.about_advisors {
    margin-top: 5px;
}

.designation_details {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    font-family: "Arial";
}

.about_advisors p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.54;
    color: #000000;
    text-align: justify;
    font-family: "Arial";
}

@media (max-width: 991.98px) {
    .data-management-section {
        background-position: 50%;
    }
}

@media (max-width: 767.98px) {
    .content2 {
        margin-top: 20px;
    }
    .about_yogesh {
        margin-top: 10px;
    }
    .about_advisors {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .designation_details {
        margin-bottom: 50px;
    }
}