.about-top-bg {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.about-top-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-top-text {
    border-top: #0067b1 solid 4px;
}

.about-top-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003763;
    opacity: .20;
}

.service-top-bg {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.service-top-bg img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.service-top-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003763;
    opacity: .20;
    z-index: 9;
}

.service-top-content {
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 10%;
    z-index: 8;
    max-width: 40%;
}

.services-container {
    justify-content: space-between;
}



.service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #36383d;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
}

.service-list {
    padding-left: 30px;
}

.service-item {
    margin-bottom: 20px;
    list-style: disc;
    font-size: 20px;
}




.leader-item h4 {
    font-size: 26px;
    color: #36383d;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.detail-img {
    width: 60%;
    margin: 0 auto 50px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
}

.insights-details p {
    margin-bottom: 20px;
}

.faq-body ul {
    padding-left: 30px;
}

.faq-body ul li {
    list-style: disc;
}

.portal-container ul {
    padding-left: 30px;
}

.portal-container ul li {
    list-style: decimal;
}

.feature-container ul {
    padding-left: 30px;
}

.feature-container ul li {
    list-style: disc;
}



@media screen and (min-width: 1080px) {
    .leader-item {
        width: 30%;
    }

    .leader-top {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .leader-item {
        width: 40%;
    }

    .leader-top {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (min-width: 768px) {
    .about-top-content {
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 8;
        max-width: 40%;
        background-color: #fff;
    }

    .single-service-text {
        width: 80%;
    }

    .service-icon-wrapper {
        width: 20%;
        text-align: center;
    }

    .faq-img {
        width: 80%;
    }

    .video-form {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .about-top-content {
        width: 90%;
        background-color: #fff;
        margin: -20% 5% 0;
    }

    .single-service-text {
        width: 100%;
    }

    .service-icon-wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .leader-item {
        width: 100%;
    }

    .leader-top {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .faq-img {
        width: 100%;
    }

    .video-form {
        width: 100%;
    }
}