.cards-4-across-fullwidth .title-cont {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1190px;
    text-align: center;
    margin-bottom: 13px;
}
.cards-4-across-fullwidth .title-cont h2 {
    font-size: 30px;
    font-family: 'Windsor W01 Bold';
    line-height: 1.2em;
    color: #212b38;
    font-weight: 700;
    letter-spacing: .01em;
}
.cards-4-across-fullwidth .slide .img-cont {
    margin-bottom: 11px;
}

/* Title Styles */
.cards-4-across-fullwidth .content-section h4,
.cards-4-across-fullwidth .content-section h4 a {
    font-size: 30px;
    font-family: 'Windsor W01 Bold';
    line-height: 1.1em;
    margin-bottom: 0;
    color: #212b38;
    margin-bottom: 2px;
}
/* Description Styles */
.cards-4-across-fullwidth .content-section p {
    font-family: 'monotype-grotesque', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 100;
    color: #212b38;
    margin-bottom: 5px;
}
/* Read More Button */
.cards-4-across-fullwidth  .content-section .read-more {
    display: inline-block;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: .05em;
    width: fit-content;
    margin-top: 0;
    margin-bottom: 9px;
    transition: border-radius ease 0.6s;
    color: #26889f;
    border-bottom: 1px solid #26889f;
    height: 18px;
}
.cards-4-across-fullwidth  .content-section .read-more:hover {
    border-radius: 5px;
}
.cards-4-across-fullwidth  .content-section .read-more i {
    font-size: 10px;
}
/* General Styles */
.cards-4-across-fullwidth .img-cont::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), black);
    pointer-events: none;
}
.cards-4-across-fullwidth:not(.full-width) .slides {
    padding-left: 20px;
    padding-right: 20px;
    max-width: unset;
}
.cards-4-across-fullwidth h5 {
    color: #212b38;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 11px;
}
/* Media Queries */
@media screen and (min-width: 1024px) {
    .cards-4-across-fullwidth h5 {
        font-size: 14px;
        margin-bottom: 1px;
        margin-top: 12px;
    }
    .cards-4-across-fullwidth .title-cont h2 {
        font-size: 50px;
    }
    .cards-4-across-fullwidth .slides {
        gap: 40px;
    }
    .cards-4-across-fullwidth {
        position: relative;
    }

    .cards-4-across-fullwidth .content-section {
        margin-bottom: 14px;
    }
    .cards-4-across-fullwidth.active .content-section {
        width: 50%;
        margin-bottom: 14px;
        margin-left: 0;
        opacity: 1;
        transition: opacity ease 1.6s 0.5s;
    }
    /* Title Styles */
    .cards-4-across-fullwidth .content-section h4,
    .cards-4-across-fullwidth .content-section h4 a {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 6px;
    }
    /* Description Styles */
    .cards-4-across-fullwidth .content-section p {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: 0;
    }
    /* Read More Button */

    .cards-4-across-fullwidth  .content-section .read-more {
        font-size: 18px;
        margin-top: 8px;
        height: 23px;
    }
    .cards-4-across-fullwidth  .content-section .read-more i {
        font-size: 14px;
    }
}