.resource-with-featured  {
    padding: 88px 0 57px;
    overflow: hidden;
}

.resource-with-featured.padding-bottom-50 {
    padding-bottom: 58px;
}

@media (max-width: 992px) and (min-width: 595px)   {
    .resource-with-featured{
        padding-top: 45px;
        /*padding: 45px 0 0;*/
    }

}

.resource-with-featured .title {
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 690px;
    margin: 0 auto 37px;
}

.resource-with-featured .title h2 {
    font-weight: normal !important;
    margin-top: 0;
    text-align: center;
    font-size: 36px !important;
    font-family: Univers LT Std Home !important;
    line-height: 1.3 !important;
    margin-bottom: 41px;
}

.resource-with-featured .title p {
    max-width: 560px;
    margin: 0 auto;
    letter-spacing: 0.011em;
}

.resource-with-featured .content-wrapper .tabs-wrapper span {
    color: #222720;
    font-family: Univers LT Std Home;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.17em;
    margin-right: 60px;
}

.resource-with-featured .content-wrapper .tabs-wrapper ul {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 62px;
    margin-left: 0;
}

@media (min-width: 1200px) {
    .resource-with-featured .content-wrapper .tabs-wrapper ul {
        margin-bottom: 49px;
    }
}

@media (min-width: 991px) {
    .resource-with-featured .content-wrapper .tabs-wrapper ul {
        padding: 0;
    }
}

.resource-with-featured .content-wrapper .tabs-wrapper ul li {
    display: inline-block;
    margin-left: 0;
}

.resource-with-featured .content-wrapper .tabs-wrapper ul li span {
    display: inline-block;
    color: #11a5da;
    font-family: Univers LT Std Home;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.17em;
    cursor: pointer;
    padding: 7px 15px 5px;
    margin-left: 31px;
    transition: 0.5s;
    margin-right: 25px;

}
.resource-with-featured .content-wrapper .tabs-wrapper ul li span {
    padding: 7px 38px 5px;
    margin-right:20px;
}
@media (min-width: 991px) {
    .resource-with-featured .content-wrapper .tabs-wrapper ul li span {
        margin-right:0;
    }
}

.resource-with-featured .content-wrapper .tabs-wrapper ul li.active span {
    background-color: #11a5da;
    color: #ffffff;

}

.resource-with-featured .content-wrapper .tab-box {
    padding: 40px 46px 45px 51px;
    background: #FFFFFF;
    box-shadow: 0 17px 45px 0 rgba(122, 149, 164, 0.20);
}

.resource-with-featured .content-wrapper .tab-box .tab-content .column-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1100px) {
    .resource-with-featured .content-wrapper .tab-box .tab-content .column-row {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .tab-box .tab-content .column-row {
        flex-direction: column;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item.active {
    /*display: block;*/
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item {
    /*display: none;*/
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-block {
    flex: 0 0 51.5%;
    max-width: 51.5%;
    width: 100%;
}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-block {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    width: 100%;
    max-height: 332px;
}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container {
    padding-right: 70px;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container {
        padding-right: 0;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container span {
    display: inline-block;
    color: #11a5da;
    font-family: Univers LT Std Home;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 28px;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h2 {
    font-family: "Univers LT Std Home" !important;
    font-size: 36px !important;
    margin-bottom: 13px;
    line-height: 1.25 !important;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container .mobile-img {
    display: none;
    margin-bottom: 30px;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container .mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h2 {
        font-size: 30px !important;
    }

}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h2 {
        font-size: 28px;
    }
}

@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h2 {
        font-size: 24px;
    }

    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container .mobile-img {
        display: block;
        height: 150px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container p {
    font-size: 15px;
    margin-top: 13px;
    max-width: 510px;
    letter-spacing: 0.04em;
    line-height: 1.74;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h4 {
    margin-top: 30px;
    line-height: 1.53;
}

@media (max-width: 767px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h4 {
        font-size: 20px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container .product-btn {
    margin: 19px 0 30px;
    padding: 11px 18px;
    letter-spacing: 0.21em;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-wrap {
    width: 100%;
    /*height: 100%;*/
}

@media (max-width: 991px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-wrap {
        margin-top: 10px;
        height: 300px;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul {
        padding: 0;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul li {
        margin: 0;
    }

    .resource-with-featured .content-wrapper .tab-box {
        padding: 32px 23px;
    }


    .resource-with-featured .title {
        margin: 0 auto 19px;
    }

}

@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .tabs-wrapper ul {
        width: 100%;
        margin-top: 12px;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul li {
        display: block !important;
        margin-bottom: 13px;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul li:last-child {
        margin-bottom: 0;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul li span {
        margin-left: 0;
    }

    .resource-with-featured .content-wrapper .tabs-wrapper ul li.active {
        display: inline-block;
    }

    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container h2 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }

    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container p {
        margin-top: 10px;
        line-height: 1.6;
    }

    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-wrap {
        height: 150px;
        display: none;
    }

    .resource-with-featured .content-wrapper .tab-box {
        padding: 9px 23px 26px;
    }

    .resource-with-featured .title h2 {
        font-size: 24px !important;
        margin-bottom: 26px;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .text-container span {
        margin-bottom: 24px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .tab-box .tab-content .column-row .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*object-position: right bottom;*/
}

/*---------------------------------------cards---------------------------------------------------*/

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid {
    margin: 0 auto;
    background: none;
    margin-top: 27px;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 1200px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid {
        margin-top: 16px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap {
    padding: 16px 18px 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
}

@media (max-width: 991px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 1200px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap {
        padding: 16px 8px 0;
    }

}

@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px 0 0;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap {
    border: none;
    -webkit-box-shadow: 0 5px 18px 0px rgba(78, 102, 116, 0.17);
    box-shadow: 0px 5px 18px 0px rgba(78, 102, 116, 0.17);
    min-height: 404px;
    margin: 0 3px 30px 10px;
}

@media (max-width: 576px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap {
        height: 400px;
        min-height: auto;
        margin-bottom: 3px;
    }
}

@media (max-width: 575.98px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap {
        border-radius: 0;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap {
    height: 172px !important;
    overflow: hidden;
    height: 100%;
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap {
        height: 140px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap {
        height: 200px;
    }
    .related-resources .resource-grid .col-wrap .card-wrap:hover .card-body a {
        max-width: 175px;
    }
}

@media (max-width: 575.98px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap {
        border-radius: 0px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap.video-wrap {
    position: relative;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .img-wrap.video-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(/wp-content/themes/jupiter-child/refresh/assets/images/card-play-icon.svg) no-repeat center;
    background-size: 15%;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body {
    padding-left: 25px;
    padding-top: 11px;
    width: 100%;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*-webkit-box-shadow: 0px 5px 18px 0px rgba(78, 102, 116, 0.17);*/
    /*box-shadow: 0px 5px 18px 0px rgba(78, 102, 116, 0.17);*/
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-width: 100%;
}

@media (min-width: 576px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body {
        min-height: 262px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body {
        padding: 21px 17px 14px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title {
        margin-bottom: 8px;
    }
}
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title .icon img {
    max-width: 65px;
    max-height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title .icon img {
        max-width: 50px;
        max-height: 50px;
    }
}
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title .headline {
    letter-spacing: 0.15em;
    padding: 24px 0 0 16px;
    color: #00a5d9;
    font-weight: bold;
    font-size: 13px;
    font-family: "Univers LT Std Home";
    text-transform: uppercase;
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .card-title .headline {
        padding: 15px 0 0 16px;
    }
}
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap {
    position: relative;
    max-width: 302px;
}

@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap {
        padding: 0;
        max-width: 100%;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap h6 {
    font-family: "Univers LT Std Home";
    font-size: 22px !important;
    color: #011728;
    line-height: 1.455;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 64px;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap span {
    font-size: 16px;
    font-family: "Univers LT Std Home";
    max-height: 180px;
    display: none;
}

/*@media (max-width: 575.98px) {*/
/*.related-resources .resource-grid .col-wrap .card-wrap .card-body .content-wrap span {*/
/*display: block;*/
/*font-weight: 500;*/
/*}*/
/*}*/

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .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;
}

@media (max-width: 575.98px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap a {
        margin-top: 30px !important;
    }

    .resource-with-featured {
        padding: 43px 0 34px;
    }
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .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;
}
/* @media  {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap a:after {
        bottom: 0;
    }
} */

/*@media (min-width: 576px) {*/
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body {
    background-image: linear-gradient(-225deg, #52CCBA 0%, #24A6BF 48%, #0069AA 100%);
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body .content-wrap h6 {
    color: #fff;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body .content-wrap span {
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    display: block;
    color: #ffffff;
    max-height: 156px;
}

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body .title .headline {
    color: #ffffff !important;
}

/*}*/

/*@media (min-width: 576px) and (max-width: 575.98px) {*/
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body .title .headline {
    color: #00a5d9;
}

/*}*/

/*@media (min-width: 576px) {*/
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a {
    color: #ffffff;
    display: inline-block;
    margin-top: 50px;
    word-break: break-word;
    max-width: 215px;

}
/*.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body a {*/
/*max-width: 200px;*/
/*}*/

/*}*/

.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body 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: -60px !important;
    width: 66px;
    height: 12px;
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a:after {
        right: -72px !important;
    }
}
.resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .btn-wrap {
    text-align: center;
}

@media (min-width: 1200px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body a {
        max-width: 215px !important;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a {
        max-width: 215px !important;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a:after {
        right: -80px !important;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a {
        max-width: 200px !important;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a {
        max-width: 165px !important;
    }
}
@media (max-width: 595px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a {
        max-width: 165px !important;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap .card-body .content-wrap a:after {
        bottom: 1px;
    }
}
@media (max-width: 1100px) {
    .related-resources .resource-grid .col-wrap .card-wrap:hover .card-body a::before {
        right: -50px !important;
        width: 40px;
        height: 12px;
        background-size: 100%;
        top: 4px;
    }
}
@media (max-width: 991px) {
    .related-resources .resource-grid .col-wrap .card-wrap .card-body .content-wrap a:before {
        bottom: 2px;
    }
}

@media (min-width: 596px) and (max-width: 900px) {
    .ua-mobile.ua-ios .fadeInUp {
        animation-name: none !important;
        animation-delay: 0ms;
    }
}

@media (min-width: 576px) and (max-width: 1180px) {
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a{
        display: flex !important;
        justify-content: space-between;
        max-width: 100%;
    }
    .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a:after {
        position: unset !important;
        background-size: 100%;
    }
}
.ua-ie .resource-with-featured .content-wrapper .outer-wrapper .tab-data-item .resource-grid .col-wrap .card-wrap:hover .card-body a::after {
    top: 2px;
}

.resource-with-featured .content-wrapper .tabs-wrapper {
    display: none;
}