.top-backgound-image {
    background-image: url("../images/insights-top-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
}

.top-main-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px;
    height: 480px;
    margin: 0 0 0 auto;
    text-transform: capitalize;
}

.top-main-heading h1 {
    max-width: 800px;
}

.mg-top {
    margin-top: 130px;
}

@media (max-width: 1450px) {
    .top-main-heading {
        height: 380px;
    }

    .top-backgound-image {
        height: 380px;

    }
}

@media (max-width: 1200px) {

    .top-backgound-image {
        height: 343px;
    }
}

@media (max-width: 992px) {
    .mg-top {
    margin-top: 109px !important;
}

    .top-backgound-image {
        height: 274px;
    }

    .top-main-heading {
        height: 274px;
    }

}

@media (max-width: 767px) {
    .top-backgound-image {
        height: 250px;
    }

    .top-main-heading {
        height: 250px;
    }
}


/* people common content css  */

.cta-section {
    background: #014278 0% 0% no-repeat padding-box;
    padding: 60px;
    color: #fff;
}

.cta-section {
    position: relative;
}

.cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.cta-left {
    width: 60%;
}

.cta-info {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.info-item a {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.625vw, 10px);
}

.cta-btn {
    padding: 14px 28px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    background: #00BBD2 0% 0% no-repeat padding-box;
    border: 1px solid #00BBD2;
}

.cta-btn:hover {
    border: 1px solid #fff;
}

.cta-right img {
    width: 100%;
    height: auto;
}

section.cta-bg-color {
    background: linear-gradient(360deg, #00BBD2 21%, #E3F0FF 21%);
}

p.testimonial-content.border-white {
    border-bottom: 1px solid #fff;
}


.services-tab-wrapper p {
    color: #014278;
}

button.load-more-btn {
    font-family: 'Montserrat';
}

.info-item img {
    width: clamp(20px, 2.042vw, 27px);
}

.single-legal-advice-image {
    position: absolute;
    bottom: -7px;
    right: 58px;
}


@media only screen and (max-width: 992px) {

    .cta-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .cta-left {
        width: 100%;
    }

    .cta-info {
        justify-content: center;
    }

    .cta-right img {

        margin-top: 0px;
    }

    .cta-section {
        padding: 31px;
    }

}

@media only screen and (max-width: 480px) {
    .cta-info {
        justify-content: center;
        flex-direction: column;
        gap:20px 10px;
        align-items: center;
    }
}