.team .align {
    display: none;
}
.otziv_item:nth-child(1), .otziv_item:nth-child(2), .otziv_item:nth-child(4), .otziv_item:nth-child(5), .otziv_item:nth-child(7), .otziv_item:nth-child(8) {
    flex: 0 0 calc(20% - 1.042vw); /* 20px → 1.042vw */
    padding: 2.604vw 1.823vw; /* 50px 35px → 2.604vw 1.823vw */
}
.otziv_item:nth-child(3), .otziv_item:nth-child(6) {
    flex: 0 0 calc(40% - 0.521vw); /* 10px → 0.521vw */
    border: none;
}
.otziv_item b {
    color: var(--color-dark);
    line-height: 120%;
}
.custom-item {
    background: url(/wp-content/themes/qtg/assets/img/charin3.webp) center;
    background-size: auto;
    background-size: cover;
}
.custom-item-second {
    background: url(/wp-content/themes/qtg/assets/img/tour3.webp) center;
    background-size: auto;
    background-size: cover;
}
.icon-about-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.083vw; /* 40px → 2.083vw */
    min-width: 2.083vw; /* 40px → 2.083vw */
    border-radius: 0.417vw; /* 8px → 0.417vw */
    background: #FBFBFB;
    border: 0.052vw solid #d8eaf9; /* 1px → 0.052vw */
}
.icon-about {
    display: flex;
    gap: 0.677vw; /* 13px → 0.677vw */
    align-items: center;
    line-height: 110%;
    margin-bottom: 0.781vw; /* 15px → 0.781vw */
}
.simple-page-content {
    text-align: center;
    font-size: 1.094vw; /* 21px → 1.094vw */
    padding-top: 3.125vw; /* 60px → 3.125vw */
}
.simple-page-content strong {
    color: var(--color-blue);
}
@media (max-width: 1000px) {
    .otziv_item:nth-child(1), .otziv_item:nth-child(2), .otziv_item:nth-child(4), .otziv_item:nth-child(5),
    .otziv_item:nth-child(7), .otziv_item:nth-child(8), .otziv_item:nth-child(3), .otziv_item:nth-child(6) {
        flex: 0 0 calc(50% - 0.6vw);
        padding: 20px;
    }
    .otziv_item:nth-child(3), .otziv_item:nth-child(4), .otziv_item:nth-child(6) {
        height: 23vw;
    }
    .icon-about {
        margin-bottom: 20px;
    }
    .simple-page-content {
        font-size: 2vw;
    }
}
@media (max-width: 680px) {
    .otziv_item:nth-child(1), .otziv_item:nth-child(2), .otziv_item:nth-child(4), .otziv_item:nth-child(5), .otziv_item:nth-child(7), .otziv_item:nth-child(8), .otziv_item:nth-child(3), .otziv_item:nth-child(6) {
        flex: 0 0 100%;
    }
    .otziv_item:nth-child(3), .otziv_item:nth-child(6) {
        height: 55vw;
    }
    .simple-page-content {
        font-size: 3.2vw;
    }
}