
.mb-banner-exp {
    margin-top: -30px;
    width: 100%;
    max-width: 100%;
    height: 190px;
    background: linear-gradient(90deg, #005993 0.15%, #2183DB 100.15%);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    overflow: hidden;
}

@media (min-width: 768px) {
    .mb-banner-exp {
        display: none;
    }
}

.mb-banner-exp-left {
    width: 60%;
    padding-top: 32px;
    justify-items: center;
}
.mb-banner-exp-left h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
    margin-left: 10px;
}

.mb-banner-exp .btn-more {
    padding: 12px 28px;
    border-radius: 8px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 15px;
    cursor: pointer;
    backdrop-filter: blur(3px);
    transition: 0.3s;
}

.mb-banner-exp .btn-more:hover {
    background: rgba(255,255,255,0.35);
}

.mb-banner-exp-left .slider-dots-exp {
    margin-top: 35px;
    display: flex;
    gap: 10px;
}

.mb-banner-exp-left .slider-dots-exp .dot-exp {
    width: 45px;
    height: 4px;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    transition: 0.3s;
}

.slider-dots-exp .dot-exp.active-exp {
    background: white;
}

.mb-banner-exp-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.mb-banner-exp-right img {
    height: 300px;
    object-fit: contain;
}

.mb-banner-exp-left .view-more {
    cursor: pointer;
}

.mb-banner-exp-left .view-more {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}

.mb-banner-exp-left .view-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(94deg, #64B5EB 3.46%, #1068A1 59.5%);
    width: 200%;
    transition: all 0.5s linear;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.mb-banner-exp-left .view-more:hover::before {
    transform: translateX(-150px);
}

.mb-banner-exp-left .view-more svg {
    transition: all 0.3s ease-in-out;
}

.mb-banner-exp-left .view-more:hover svg {
    transform: translateX(200%);
}


.mb-banner-exp-left  a {
    border: none;
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #62B3E9;
    background: linear-gradient(94deg, #64B5EB 3.46%, #1068A1 99.5%);
}

.mb-banner-exp-left .title-exp {
    width: 114%;
}

.mb-banner-exp-left  a span {
    color: var(--White, #FFF);

    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
    /* 150% */
}
