.recommend-head-sec {
    margin-bottom: 64px;
  text-align: center;
}
h2.underline-h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    color: var(--heading-color);
    font-weight: bold;
    position: relative;
    display: inline-block;
    font-family: var(--heading-font);
    letter-spacing: unset;
}
h2.underline-h2 img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: auto;
        height: 30px;
}
.es-header-write-review-button {
    background-color: var(--secondary-color) !important;
}
.es-text-shortener-control-open {
    color: var(--secondary-color) !important;
}