.resources {
    padding: 60px 0;
}
.resources h2 {
    font-size: 36px !important;
    color: #414141;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
    font-family: Univers LT Std Home !important;
    letter-spacing: 0.019em;
}

.resources .card-carousel .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.resources .card-carousel .card-wrap {
    box-shadow: 0 5px 18px 0 rgb(78 102 116 / 17%);
    border: 0;
    height: 440px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.resources .card-carousel .card-wrap > a  {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.resources .card-carousel .img-wrap {
    height: 200px;
    overflow: hidden;
}
.resources .card-carousel .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.resources .card-carousel .card-body .card-title {
    display: flex;
    align-items: center;
}
.resources .card-carousel .card-body .card-title .button-wrap {
    margin-right: 20px;
}
.resources .card-carousel .card-body .card-title .button-wrap {
    margin-right: 20px;
}
.resources .card-carousel .card-body .card-title span {
    font-family: 'Univers LT Std' !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00A5D9;
}
.resources .card-carousel .card-body .content-wrap h6 {
    font-weight: 400;
    font-size: 20px;
    color: #414141;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 54px;
}
.resources .card-carousel .card-body .content-wrap span {
    display: none;
}
.resources .card-carousel .card-body .content-wrap > a {
    letter-spacing: 0.15em;
    word-spacing: 0.1em;
    font-size: 15px;
    font-family: "Univers LT Std Home";
    font-weight: bold;
    line-height: 1.2;
    color: #ff8300;
    margin-top: 42px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.resources .card-carousel .card-body .content-wrap > a:after {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/jupiter-child/refresh/dist/images/arrow-case-study.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    right: -43px;
    width: 28px;
    height: 15px;
    z-index: 1;
    cursor: pointer;
}
.resources .card-carousel .card:hover .card-body {
    background-image: linear-gradient(-225deg, #52CCBA 0%, #24A6BF 48%, #0069AA 100%);
    bottom: 0;
}
.resources .card-carousel .card:hover .card-body .content-wrap > span {
    display: block;
}
.resources .card-carousel .card:hover .card-body h6 {
    color: #fff;
}
.resources .card-carousel .card:hover .card-body span {
    color: #fff;
}
.resources .card-carousel .card:hover .card-title span {
    color: #fff;
}
.resources .card-carousel .card:hover .content-wrap > a {
    color: #ffffff;
    display: inline-block;
    margin-top: 50px;
    word-break: break-word;
}
.resources .card-carousel .card:hover .content-wrap > a:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/jupiter-child/refresh/dist/images/arrow_white.png);
    background-repeat: no-repeat;
    top: 1px;
    right: -70px !important;
    width: 66px;
    height: 12px;
}
.resources .card-carousel .card:hover .content-wrap h6 {
    height: auto;
    overflow: visible;
    display: block;
}

@media screen and (max-width: 991px) {
    .resources .card-carousel .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .resources .card-carousel .col {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 595px) {
    .resources .card-carousel .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}