.testi-section {
    height: 550px;
    background-color: #212121;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 106px;
    padding-bottom: 112px;
}

.testi-bg-graphic {
    position: absolute;
    top: 3%;
    right: 1%;
    width: 402px;
    height: 528px;
    pointer-events: none;
    background-image: url("../images/tes_bkg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.testi-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testi-label {
    color: #838383;
    /* margin-bottom: 40px; */
}

.testi-quote {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    margin: 65px 0;
    font-family: 'Roboto';
}

.testi-quote .word {
    display: inline-block;
    color: #4a4a4a;
    transition: color 0.1s;
    white-space: pre-wrap;
}

.testi-quote p {
    margin: 0;
    display: inline;
}

.testi-author {
    font-size: 16px;
    line-height: 24px;
    color: #838383;
    /* margin-top: 35px; */
}

@media (max-width: 768px) {
    .testi-section {
        height: auto;
        min-height: 537px;
        padding: 60px 0;
    }

    .testi-quote {
        font-size: 32px;
        line-height: 38px;
    }

    .testi-bg-graphic {
        width: 80%;
        opacity: 1;
        height: 366px;
        top: auto;
        bottom: 1%;
        right: 2%;
    }

    .testi-label {
        font-size: 20px;
        line-height: 28px;
        font-family: 'Roboto';
    }
}