section#reviews h2{
    font-weight: 800;
    color: black;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
}

section#reviews .es-header-container button{
    padding: 10px 15px!important;
    border: 1px solid #EC6E07!important;
    background: unset!important;
    color: black!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 16px!important;
    display: inline-flex!important;
    gap: 10px!important;
}

section#reviews .es-header-container button:after{
    content: '\f178';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    transform: rotate(-28deg);
}

section#reviews .es-header-container button span{
    padding: 0!important;
}

@media only screen and (max-width: 1000px) {

    section#reviews h2{
        font-size: 30px;
        line-height: 30px;
    }

}