/**
 * 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.
 */
.what-we-stand-for-container {
    padding: 200px 0;
    position: relative;
}
div#splide-what-we-stand-for {
    margin-left: 500px;
}
.what-we-stand-for-container .splide__slide {
    width: 580px !important;
    padding: 40px;
    border: 1px solid #00000020;
    border-radius: 10px;
}
.what-we-stand-for-entry {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.what-we-stand-for-entry p {
    margin: 0;
}
.what-we-stand-for-heading {
    margin-left: 520px;
}
.what-we-stand-for-container-flex img {
    position: absolute;
    bottom: 0;
    max-width: 575px;
}
.what-we-stand-for-container button.splide__arrow.splide__arrow--prev {
    display: none;
}
.what-we-stand-for-container .splide__arrow.splide__arrow--next {
    right: calc(50% - 530px);
    top: calc(100% + 60px);
    width: 70px;
    height: 70px;
}
@media (max-width: 1180px) {
    .what-we-stand-for-container {
        padding: 200px 0 500px;
        position: relative;
    }
    .what-we-stand-for-heading {
        margin: 40px 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .what-we-stand-for-container .splide__arrow.splide__arrow--next {
        right: 20px;
        width: 40px;
        height: 40px;
    }
    div#splide-what-we-stand-for {
        margin: 20px 0;
    }
    .what-we-stand-for-container .splide__slide {
        width: 100% !important;
    }
    .what-we-stand-for-container-flex img {
        max-width: 100%;
        bottom: -20px;
    }
    .what-we-stand-for-entry p {
        font-size: 15px;
    }
    .what-we-stand-for-container button.splide__arrow.splide__arrow--prev {
        display: block;
    }
}