#opiniones-clientes.ep-ekomiwidget {
    margin: 32px 0;
    padding: 32px 20px;
    background: #f9f9f9;
    text-align: center;
}

.ep-ekomiwidget__inner {
    margin: 0 auto;
}

.ep-ekomiwidget__title {
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
}

.ep-ekomiwidget__text {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.65;
    color: #555555;
}

.ep-ekomiwidget__text a {
    color: #e00000;
    text-decoration: none;
}

.ep-ekomiwidget__text a:hover,
.ep-ekomiwidget__text a:focus {
    text-decoration: underline;
}

.ep-ekomiwidget__logo-link {
    display: inline-block;
    margin-top: 10px;
}

.ep-ekomiwidget__logo {
    width: 100px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.ep-ekomiwidget__logo-link:hover .ep-ekomiwidget__logo,
.ep-ekomiwidget__logo-link:focus .ep-ekomiwidget__logo {
    opacity: 1;
}

@media (max-width: 767px) {
    #opiniones-clientes.ep-ekomiwidget {
        margin: 24px 0;
        padding: 24px 16px;
    }

    .ep-ekomiwidget__title {
        font-size: 1.35rem;
    }
}
