/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
 .value-added-container-inner-top {
    margin: 0 auto;
    width: 1180px;
    color: white;
}
 .value-added-container img {
    width: 100%;
    height: 340px;
}
.value-added-container .splide__slide {
    width: 400px !important;
    border: 1px solid #ffffff20;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}
.value-added-container .splide__slide:first-child {
    border: none;
    padding: 0;
}
.value-added-container .splide__slide:first-child:before {
    display: none;
}
.value-added-container .splide__slide:before {
    position: absolute;
    content: " ";
    background-color: white;
    border-radius: 13px;
    width: 80px;
    height: 80px;
    top: -40px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='icon_money' transform='translate(-348)'%3E%3Cg transform='matrix(1, 0, 0, 1, 348, 0)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-money' data-name='Icon akar-money' transform='translate(396 55)' opacity='0.501'%3E%3Cpath id='Path_476' data-name='Path 476' d='M3,11.9A4.4,4.4,0,0,1,7.4,7.5H42.586a4.4,4.4,0,0,1,4.4,4.4V33.891a4.4,4.4,0,0,1-4.4,4.4H7.4a4.4,4.4,0,0,1-4.4-4.4Z' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_477' data-name='Path 477' d='M26.7,20.1a6.6,6.6,0,1,1-6.6-6.6A6.6,6.6,0,0,1,26.7,20.1Z' transform='translate(1.895 -4.703)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M3,16.3H3a8.8,8.8,0,0,0,8.8-8.8h0M38.188,38.289h0a8.8,8.8,0,0,1,8.8-8.8h0' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
}
.value-added-content {
    color: white;
    margin: 0;
}
@media (max-width: 1180px) {
    .value-added-container img {
        max-width: 100%;
        max-height: 210px;
    }
    .value-added-container-inner-bottom {
        padding-bottom: 120px;
    }
    .value-added-heading {
        color: white;
        margin: 35px;
    }
    .value-added-container-inner-top {
        width: auto;
    }
    .value-added-container .splide__slide{
        width: auto;
        padding: 20px;
    }
    .value-added-container .splide__slide:before {
        width: 38px;
        height: 38px;
        background-size: 70px;
        top: -19px;
        border-radius: 6px;
    }
}