.cd_storereviews-section {
    text-align: center;
    padding-bottom: 170px;
}
.cd_storereviews-section-title {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin-bottom: 1.9em;
}
.cd_storereviews-section-title span {
    position: relative;
}
.cd_storereviews-section-title::before {
    content: "";
    background-color: #ffed00;
    position: absolute;
    top: 0.1em;
    left: calc(50% - 4.6em);
    height: 1.2em;
    width: 9.2em;
}
.cd_storereviews-reviews {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 100px;
}
.cd_storereviews-review {
    width: 23.4%;
    margin-right: 2.13%;
    box-shadow: 0 0 2em -0.5em rgba(0,0,0,0.2);
    font-size: 1rem;
    padding-top: 2.1em;
    padding-bottom: 3.4em;
}
.cd_storereviews-review:nth-child(4n) {
    margin-right: 0;
}
.cd_storereviews-score {
    display: flex;
    justify-content: center;
    margin-bottom: 1.9em;
}
.cd_storereviews-score svg {
    height: 2.4em;
    margin-left: 0.06em;
    margin-right: 0.06em;
}
.cd_storereviews-score-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
}
.cd_storereviews-score-text-container svg {
    height: 2.2em;
    margin-right: 0.9em;
}
.cd_storereviews-score-text {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.3em;
}
.cd_storereviews-score-text b {
    display: inline-block;
    font-size: 0.9em;
    margin-top: 0.1em;
    margin-left: 0.2em;
}
.cd_storereviews-title {
    font-size: 1.8em;
    padding: 0 0.5em;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1.3;
}
.cd_storereviews-text {
    font-size: 1.1em;
    padding: 0 0.8em;
    line-height: 1.4;
    margin: 0;
}




@media screen and ( max-width: 1680px ) {
    .cd_storereviews-section {
        padding-bottom: 130px;
    }
    .cd_storereviews-reviews {
        max-width: 1350px;
    }
    .cd_storereviews-review {
        font-size: 0.85rem;
    }
    .cd_storereviews-buttons-container .btn {
        font-size: 1rem;
    }
}

@media screen and ( max-width: 1550px ) {
    .cd_storereviews-section-title {
        font-size: 2.8rem;
    }
}

@media screen and ( max-width: 1440px ) {
    .cd_storereviews-section {
        padding-bottom: 100px;
    }
    .cd_storereviews-section-title {
        font-size: 2.52rem;
    }
    .cd_storereviews-reviews {
        max-width: 1200px;
    }
    .cd_storereviews-review {
        font-size: 0.73rem;
    }
    .cd_storereviews-buttons-container .btn {
        font-size: 0.9rem;
    }
}

@media screen and ( max-width: 1280px ) {
    .cd_storereviews-section-title {
        font-size: 2.08rem;
    }
    .cd_storereviews-reviews {
        max-width: 1000px;
    }
    .cd_storereviews-review {
        font-size: 0.63rem;
    }
    .cd_storereviews-buttons-container .btn {
        font-size: 0.8rem;
    }
}

@media screen and ( max-width: 1080px ) {
    .cd_storereviews-section {
        padding-bottom: 80px;
    }
    .cd_storereviews-reviews {
        max-width: 500px;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .cd_storereviews-review {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .cd_storereviews-review:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and ( max-width: 991px ) {
}

@media screen and ( max-width: 780px ) {
    .cd_storereviews-section-title {
        font-size: 1.8rem;
    }
}

@media screen and ( max-width: 580px ) {
    .cd_storereviews-section-title {
        font-size: 1.5rem;
    }
    .cd_storereviews-reviews {
        max-width: 320px;
        margin-bottom: 60px;
    }
    .cd_storereviews-review {
        margin-right: 0;
        width: 100%;
        font-size: 0.7rem;
    }
    .cd_storereviews-buttons-container {
        display: flex;
        flex-flow: column;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .cd_storereviews-buttons-container .btn {
        margin-bottom: 15px;
    }
}