.st-reviews {
    padding: 230px 0 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.96)),
        url('/wp-content/themes/razzi-child/assets/backgrounds/main-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
}

.st-reviews__container {
    max-width: 1288px; /* 1248px content + 20px padding on each side */
    margin: 0 auto;
    padding: 0 20px;
}

.st-reviews__title {
    text-align: center;
    color: #b18a55;
    font-family: 'Tektur', sans-serif;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 76px;
}

.st-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 61px;
    justify-items: center;
}

.st-reviews__item {
    position: relative;
    width: 614px;
    height: 190px;
}

.st-reviews__item-bg {
    position: absolute;
    top: 29px;
    left: 0;
    width: 605px;
    height: 161px;
    z-index: 1;
    pointer-events: none;
    object-fit: contain;
}

.st-reviews__card {
    position: absolute;
    top: 29px;
    left: 0;
    width: 605px;
    height: 161px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-reviews__img {
    width: 469px;
    height: 90px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.st-reviews__quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 72px;
    z-index: 3;
}

/* Responsive */
