.custom-modules--wrapper.style-1 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.custom-modules--wrapper.style-1 .bkg-image {
    max-width: 100%;
}

.custom-modules--wrapper.style-1 .custom-modules-content {
    padding: 10px 40px;
    background-color: #e0ebf1;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

@media(min-width:768px){
    .custom-modules--wrapper.style-1 {
        margin: 64px 0;
      
    }
    .custom-modules--wrapper.style-1 .bkg-image {
        position: absolute;
        object-fit: cover;        
        height: calc(100% + 64px);
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border-left: 8px solid #c70e0c;
        object-position: left;
    }

    .custom-modules--wrapper.style-1 .custom-modules-content {
        padding: 10px 40px;
        background-color: #e0ebf1;
        position: relative;
        z-index: 1;
        max-width: 400px;
        margin-left: auto;
        margin-top: 0;
    }
}

/* Style 2 */

a.application-blue-text.cm-product-btn {
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 20px;
}

a.application-blue-text.cm-product-btn:after {
    padding: 2px 15px 0 0;
}

.application-slider-wrapper {
    padding-left: 0px;
}

.applications span {
    font-size: 16px;
}

@media screen and (min-width:768px) {
    .applications {
        width: 190px;
    }

    a.application-blue-text.cm-product-btn {
        margin: 0;
    }

    .application-slider-wrapper {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:850px) {
    .applications {
        width: 210px;
    }
}

@media screen and (min-width:950px) {
    .applications {
        width: 250px;
    }
}

@media screen and (min-width:1025px) {
    .applications {
        width: 230px;
    }

    .application-slider-wrapper {
        margin-top: 0px;
    }

    a.application-blue-text.cm-product-btn:after {
        padding: 1px 0 0 30px;
    }
}

@media screen and (min-width:1200px) {
    .applications {
        width: 270px;
    }
}

@media screen and (min-width:1300px) {
    .application-section .container {
        width: 980px !important;
    }

    .applications {
        width: 220px;
    }

    .applications span {
        font-size: 20px !important;
    }
}

/* Style 3 */

@media screen and (min-width:768px) {
    .applications.cm-post-style {
        width: 230px;
    }

    .application-slider-wrapper.cm-post-style .slick-track {
        margin: 0 30px 0 0;
        min-width: 540px !important;
        justify-content: space-between;
        display: flex;
    }

    .application-slider-wrapper.cm-post-style .slick-slide.slick-current.slick-active {
        margin-right: 50px;
    }
}

@media screen and (min-width:850px) {
    .applications.cm-post-style {
            width: 270px;
        }

    .application-slider-wrapper.cm-post-style .slick-track {
        min-width: 615px !important;
    }
}

@media screen and (min-width:925px) and (max-width:974px) {
    .applications.cm-post-style {
            width: 300px;
        }
    
    .application-slider-wrapper.cm-post-style .slick-track {
        min-width: 668px !important;
    }
}

@media screen and (min-width:975px) and (max-width:1024px) {
    .applications.cm-post-style {
        width: 330px;
    }

    .application-slider-wrapper.cm-post-style .slick-track {
        min-width: 780px !important;
    }
}

@media screen and (min-width:1025px) {
    .applications.cm-post-style {
            width: 200px;
        }

    .application-slider-wrapper.cm-post-style .slick-track {
        width: 480px !important;
    }

    .application-slider-wrapper.cm-post-style .slick-slide {
        margin: 20px;
    }

    .application-slider-wrapper.cm-post-style .slick-track {
        min-width: 440px !important;
        width: 530px !important;
        margin: 0;
        justify-content: space-evenly;
    }

    .application-slider-wrapper.cm-post-style .slick-slide.slick-active {
        margin: 10px !important;
        width: 220px !important;
    }
}

@media screen and (min-width:1200px) {
    .applications.cm-post-style {
        width: 230px;
    }

    .application-slider-wrapper.cm-post-style .slick-track {
        min-width: 540px !important;
        width: 630px !important;
    }

    .application-slider-wrapper.cm-post-style .slick-slide.slick-active {
        width: 250px;
    }
}

@media screen and (min-width:1300px) {
    .application-section.cm-post-style .container {
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 680px !important;
    }
}