.container-vallesul-services {
    width: 100%;
    border-radius: 24px;
    padding-top: 64px;
    padding-right: 75px;
    padding-bottom: 64px;
    padding-left: 75px;
    background-color: #231F20;
    background-image: url('../images/widget-vallesul-services-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.container-vallesul-services .row {
    width: 100%;
    display: flex;
    gap: 48px;
    align-items: center;
    flex-direction: column;
}

.container-vallesul-services .col-header {
    text-align: center;
    width: 100%;
}

.container-vallesul-services .sobtitle {
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #FFF100;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    width: max-content;
    margin-bottom: 16px;
    color: #000;
    display: inline-block;
}

.container-vallesul-services .col-header .title {
    margin: 0 0 16px;
}

.container-vallesul-services .col-header .title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin: 0;
    color: #fff;
}

.container-vallesul-services .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

.container-vallesul-services .col-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.container-vallesul-services .services {
    display: flex;
    max-width: 600px;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
}

.container-vallesul-services .services .service {
    text-align: center;
}

.container-vallesul-services .services .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

.container-vallesul-services .button a {
    border-radius: 6px;
    padding: 9px 8px 9px 12px;
    background-color: #FFF100;
    box-shadow: 0px 1px 2px 0px #0D0D0D0A;
    display: inline-block;
}

.container-vallesul-services .button a:hover {
    opacity: .7;
}

.container-vallesul-services .button a:active {
    opacity: .9;
}

.container-vallesul-services .button a .text {
    color: #231F20;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.container-vallesul-services .button a .icon {
    display: inline-block;
    height: 24px;
}

.container-vallesul-services .button a svg {
    vertical-align: middle;
}

@media(max-width: 1024px) {
    .container-vallesul-services {
        padding-top: 40px;
        padding-right: 28px;
        padding-bottom: 40px;
        padding-left: 28px;
        background-image: none;
    }

    .container-vallesul-footer .menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media(max-width: 767px) {
    .container-vallesul-services .services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}