.intro-logo-line {
    height: 3px;
    background-color: #010483;
    position: relative;
}

.intro-logo-line span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #010483;
    position: absolute;
    top: -10px;
}

.intro-logo-line span.line-right {
    float: right;
    right: -10px;
}

.intro-logo-line span.line-left {
    float: left;
    left: -10px;
}

.b2b-logo {
    max-width: 350px !important;
    max-height: 350px !important;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.feature-item .icon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#01f09b, #02b073);
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.feature-item .icon-section img {
    width: 40px;
    height: 40px;
}
.feature-item .icon-section i {
    font-size: 40px;
    color: white;
}

.filter-section {
    position: relative;
    background: linear-gradient(to bottom, #6055f8, #1a129f);
    height: 200px;
    margin-top: 200px;
    margin-bottom: 200px;
}

.filter-section .avatar-container {
    width: 400px;
}

.filter-section .avatar {
    position: absolute;
    top: -100px;
    object-fit: contain;
    width: 400px;
    height: 400px;
}

.filter-section-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter-section-item .icon-section {
    /* height: 80px; */
}
.filter-section-item .icon-section img {
    width: 50px;
    height: 50px;
}
.filter-section-item .icon-section i {
    font-size: 55px;
    color: white;
}

.filter-section-item p {
    margin-top: 20px;
    color: white;
    font-weight: 500;
}

.filter-section-divider {
    display: flex;
    align-self: center;
    height: 50%;
    width: 2px !important;
    padding: 0px !important;
    margin: 0px !important;
    background: rgba(255, 255, 255, 0.383);
}

.client-section .avatar-container-main {
    width: 100%;
}
.client-section .avatar-container {
    width: 300px;
    background-image: url('/assets/img/bgCurve.png');
    background-repeat: no-repeat;
    background-size: contain;

    background-position: top 65%;
    /* background-attachment: fixed; */
}

.client-section .search-avatar {
    width: unset;
    height: 500px;
}

.client-item {
    border: solid 2px #dcdbf1;
    border-radius: 20px;
    padding: 30px 20px;

    text-align: center;
}

.client-item .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.client-item .client-title {
    color: #010483;
    font-weight: bold;
}

.client-item .hr {
    margin: 25px 10px;
    background: #01048380;
    height: 2px;
}

.client-item .text {
    font-weight: 500;
    font-size: 15px;
    word-wrap: break-word;
}

.highlight-1 {
    color: #191d93;
    font-weight: 600;
}
.highlight-2 {
    color: #d11459;
    font-weight: 600;
}
.highlight-3 {
    color: #06c280;
    font-weight: 600;
}

.references-lg .image_section img {
    object-fit: contain;
    max-height: 80px;
}

/* RESPONSIVE */

/* MOBILE + TABLET */
@media (max-width: 990px) {
    .filter-section {
        display: flex;
        height: unset;
        align-items: center;
        margin: unset;
    }

    .filter-section .avatar {
        position: unset;
    }

    .client-section-container {
        flex-direction: column-reverse;
    }

    .client-section .avatar-container-mb {
        width: 150px;
    }

    .client-section .search-avatar-mb {
        height: 250px;
    }
}

/* MOBILE  */
@media (max-width: 600px) {
    .filter-section {
        display: flex;
        flex-direction: column !important;
        height: unset;
        align-items: center;
        margin: unset;
    }

    .filter-section-divider {
        display: none;
    }

    .filter-section .avatar-container {
        width: unset !important;
    }

    .filter-section .avatar {
        width: unset !important;
    }

    .filter-section-items {
        max-width: 99vw;
    }

    .client-items-section {
        flex-wrap: wrap;
        justify-content: center;
    }

    .references-lg .image_section img {
        margin-top: 20px;
        max-height: 50px;
    }
}
