.nav-tabs .nav-link.active::after{
    display: none;
    }
    .resource-hub-grz .owl-item {
        float: none !important;
    }
    .resource-hub-grz .read_more {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        text-decoration: none;
        color: inherit;
    }
    .resource-hub-grz .case-study-item .card,
    .resource-hub-grz .case-study-item .card * {
        position: relative;
        z-index: 2;
    }
    .resource-hub-grz .owl-stage {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .resource-hub-grz .case-study-item.item {
        margin-left: 8px !important;
    }
    section.resource-hub-grz {
        padding: 50px 0px 40px 0px;
        background-color: #f2f7ff;
    }
    .resource-hub-grz .nav-tabs {
        justify-content: center;
        gap: 18px;
        border-bottom: unset;
        margin-bottom: 40px;
    }
    .resource-hub-grz .nav-tabs .nav-item .nav-link.active {
        background: linear-gradient(90deg, #9E1280 0%, #FA4F83 100%);
        color: #fff;
        cursor: pointer;
    }
    .resource-hub-grz .card-title {
        color: grey !important;
        font-weight: 700 !important;
    }
    .resource-hub-grz .nav-tabs .nav-item .nav-link{
     background: #fff;
        border-radius: 50px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19.36px;
        color: #000;
        border: 1px solid #8CC0CA;
        min-width: 144px;
        text-align: center;
        padding: 12px 0;
        cursor: pointer;
    }
    
    .resource-hub-grz h5 {
        color: #a3a3a3;
        font-weight: 600;
        font-size: 16px;
        line-height:24px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .resource-hub-grz p {
        font-weight: 400;
        font-size: 29px;
        color: #333 !important;
        font-size: 20px !important;
        font-weight: 400 !important;
    }
    .resource-hub-grz a {
        font-size: 16px;
        color: #bf0180;
        font-weight: 400;
        margin-top: auto;
        text-align:right;
        margin:0 auto;
        justify-content:center
    }
    .resource-hub-grz .card {
        border-radius: 10px;
        box-shadow: 0px 4px 10px 0px #00000021;
        border: none;
        background: #fff;
        cursor: pointer;
        height: 474px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 40px;
    }
    h2.section-title.text-center {
        margin-bottom: 35px;
        color: #333;
        font-weight: 600;
        font-size: 42px;
        line-height: 54px;
        text-align: center !important;
    }
    section.resource-hub-grz .owl-item.active {
        margin-right: 0px !important;
    }
    .resource-hub-grz .owl-nav {
        display: none;
    }
    .resource-hub-grz .owl-carousel .owl-dot{
       border-radius: 50%;
       height: 15px;
       max-width: 10px;
       background: grey;
    }
    
    .resource-hub-grz .owl-carousel .owl-dot.active{
       background: #cd2653;
    }
    
    .resource-hub-grz .owl-dots{
       margin: 20px;
       display: flex;
       justify-content: center;
       gap: 5px
    }