/**
 * 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.
 */

 img.example-img-img {
    width: 100% !important;
    height: calc(100% - 40px) !important;
    object-fit: contain !important;
    margin-top: 0px;
}
.example-img-container {
    background: #E6E6E6;
    position: relative;
    overflow: hidden;
}
.example-img-container-inner-top {
    padding: 200px 0 100px;
}
.example-img-container-inner-bottom {
    padding-bottom: 300px;
}
.example-img-container-label {
    bottom: 0;
    position: absolute;
    font-size: 250px;
    line-height: 193px;
    left: 90px;
    color: rgba(255, 255, 255, 0.45);
}
.example-img-entry {
    padding: 40px;
    border: 1px solid #292d3420;
    width: 320px;
    height: 260px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.example-img-container .splide__slide {
    width: unset !important;
}
.example-img-container .splide__pagination {
    display: flex !important;
}
.example-img-container .splide__pagination__page.is-active {
    background: #292D34;
}
.example-img-heading {
    margin: 0 auto;
    width: 1180px;
    font-size: 60px;
}
// .example-img-container .splide__slide:last-child {
//     background: #F6CE47;
// }
.example-img-container .splide__track {
    overflow: unset;
}
.example-img-entry-index {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 180px;
    transform: translate(-40px, -50%);
}
.eaxmple-title {
    font-size: 16px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin: 0;
}
.example-img-content {
    margin: 64px 0 0;
    font-size: 24px;
    line-height: 34px;
}
.example-img-title {
    margin: 0;
}
.example-img-text {
    font-size: 20px;
    margin: 0;
}

span.example-img-entry-index {
    display: none;
}


@media (max-width: 1180px) {
    .example-img-heading {
        margin: 0 35px;
        width: calc(100% - 70px);
        font-size: 30px;
    }
    .example-img-container-inner-top {
        padding: 80px 0;
    }
    .example-img-entry-index {
        font-size: 100px;
        transform: translate(-20px, -50%);
    }
    .eaxmple-title {
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1.65px;
    }
    .example-img-entry {
        padding: 20px;
        width: 260px;
        height: 200px;
    }
    .example-img-content {
        margin: 40px 0 0;
        font-size: 15px;
        line-height: 22px;
    }
    .example-img-container-label {
        font-size: 100px;
        left: 0;
        margin: 0 20px;
        line-height: 75px;
    }
    .example-img-container-inner-bottom {
        padding-bottom: 180px;
    }
    .example-img-container .splide__track {
        overflow: unset;
        padding-left: 35px !important;
    }

}