.banner-container {
    background: url('../img/banner/banner-bg-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a {
    background-color: rgb(255, 255, 255);
}

.banner__rightinfo .banner__xlsocial .banner__soci li a i {
    color: var(--dark);
}

.marquee-wrapper img {
    width: 30px;
    vertical-align: initial;
}

.marquee-wrapper span {
    letter-spacing: 2px;
    font-weight: 600;
}

.service__unique__item .left__service {
    width: 100%;
    justify-content: space-between;
}

.form-msg {
    text-align: center;
    padding: 4px 7px;
    font-weight: 500;
    display: none;
}

.errormsg {
    background: #ab3232
}

.successmsg {
    background: #09983a;
}


/* Insights */

.insight-post-body {
    font-size: 1em;
    line-height: 1.75;
    color: #ececec;
}

.insight-post-body p {
    margin-bottom: 8px;
    color: #ececec;
}

.insight-post-body a {
    text-decoration: underline;
    color: #ffffff;
}

.insight-post-body h1 {
    font-size: 2.1rem;
    margin-bottom: 12px;
}

.insight-post-body h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.insight-post-body h3 {
    font-size: 1.6rem;
    margin-bottom: 7px;
}

.insight-post-body h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.insight-post-body h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.insight-post-body h6 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.insight-post-body img {
    max-width: 100% !important;
}

.insight-post-body ul li {
    list-style: initial;
    list-style-position: inside;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .insight-post-body h1 {
        font-size: 1.7rem;
    }

    .insight-post-body h2 {
        font-size: 1.5rem;
    }

    .insight-post-body h3 {
        font-size: 1.3rem;
    }

    .insight-post-body h4 {
        font-size: 1.1rem;
    }

    .insight-post-body h5 {
        font-size: .8rem;
    }

    .insight-post-body h6 {
        font-size: .6rem;
    }
}