.text-intro,
.text-intro .inner {
    position: relative;
    z-index: 2;
}

.text-intro {
    padding: 85px 30px 107px;
    text-align: center;
}

.text-intro .inner {
    max-width: 1032px;
    margin: 0 auto;
}

.text-intro .title {
    margin-bottom: 31px;
    font-family: var(--montserrat);
    font-weight: bold;
    font-size: 27px;
    line-height: calc(10/9);
    color: var(--purple);
}

.text-intro .title-highlight {
    padding: 0 9px;
    background: #CAE5CB;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: var(--brice-semibold);
    font-weight: normal;
}

.text-intro .desc {
    font-family: var(--acumin);
    font-weight: normal;
    font-size: 16px;
    line-height: calc(19.2/16);
    color: var(--gray-dark);
}

.text-intro .button-row {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.text-intro .bg-image,
.text-intro .slide-img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.text-intro .slide-img {
    animation: none !important;
    background: none !important;
}

@media (min-width: 64em) {
    .text-intro {
        padding: 154px 30px 150px;
    }

    .text-intro .title {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .text-intro .desc {
        font-size: 25px;
        line-height: 1.4;
    }

    .text-intro .button-row {
        margin-top: 65px;
    }
}