.container-vallesul-section-sobre-valores {
    width: 100%;
    color: #FFFFFF;
}

.container-vallesul-section-sobre-valores .row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
}

.container-vallesul-section-sobre-valores .col {
    width: 384px;
    background-color: #231F20;
    padding: 40px 32px;
    color: #FFFFFF;
    border-radius: 24px;
    background-image: url('../images/widget-vallesul-section-sobre-valores-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.container-vallesul-section-sobre-valores .icon {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Yellow, #FFF100);
    margin-bottom: 24px;
}

.container-vallesul-section-sobre-valores .texts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-vallesul-section-sobre-valores .title h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    margin: 0;
}

.container-vallesul-section-sobre-valores .description,
.container-vallesul-section-sobre-valores .description p {
    color: #FFF;
    line-height: 19.2px;
}

.container-vallesul-section-sobre-valores .description p {
    color: #FFF;
    line-height: 19.2px;
}

.container-vallesul-section-sobre-valores .description ul,
.container-vallesul-section-sobre-valores .description p:last-child {
    margin: 0;
}

@media(max-width: 1215px) {

}

@media(max-width: 1024px) {
    .container-vallesul-section-sobre-valores .row {
        flex-wrap: wrap;
    }
}

@media(max-width: 767px) {
    .container-vallesul-section-sobre-valores .row {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 480px) {
    .container-vallesul-section-sobre-valores .col {
        width: 100%;
    }
}