.view-all {
    padding: 12px 29px;
    margin-top: 58px;
}
.featured_resources_block {
    background: #fff;
    margin-top: 58px;
    box-shadow: 0 0 15px #19191933;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.featured_resources_content {
    padding: 40px 43px 58px 44px;
	height:228px!important;

}
.featured_text {
    color: #A09FA5;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    letter-spacing: 0.16px;
}
.featured_heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    font-family: "lemonde-courrier", serif;
    font-weight: 700;
}
.featured_resources_block .featured_resources_img {
    overflow: hidden;
}
.featured_resources_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 0.7s ease;
}
.featured_resources_block:hover .featured_resources_img img {
    transform: scale(1.1);
}
.btn-biew {
    padding: 0 48.2px 28px 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.20px;
    color: #0C1750;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "lemonde-courrier", serif;
    font-weight: 700;
}
.btn-biew:hover {
    color: #f7671e !important;
}
.right-arrow {
    display: inline-block;
    border-left: 13px solid #bd0362;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 22.5px;
}
.featured_resource {
    padding-bottom: 145px;
}
.featured_resources_content a:hover {
    text-decoration: none !important;
}
.featured_resources_content a:hover .featured_heading {
    color: #f7671e !important;
}
#team-slider {
    padding: 0 50px;
}
#team-slider .owl-nav button img {
    filter: grayscale(1);
    opacity: 0.5;
}
#team-slider .owl-stage-outer {
    padding: 0 0 20px;
}

@media (min-width: 992px) and (max-width: 1450px){
    .featured_resources {
        padding-bottom: 70px;
    }
    .featured_resources_block{
        margin-top: 29px;
    }
    .featured_resource {
        padding-bottom: 50px;
    }
    .view-all{
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .featured_resources_img img{
        height: 150px;
    }
    .featured_resource {
        padding-bottom: 50px;
    }
    .view-all{
        margin-top: 30px;
    }
    .featured_resources_block{
        margin-top: 30px;
    }
    .featured_resources_content {
        padding: 20px;
    }
    .featured_heading {
        font-size: 18px;
        line-height: 23px;
    }
    .btn-biew{
        padding: 0 20px 20px;
    }
    .featured_text{
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    #team-slider .owl-nav {
        display: block;
    }

    .featured_resources_block {
        margin-top: 27px;
    }

    .featured_resources_content {
        padding: 20px;
    }

    .featured_heading {
        font-size: 18px;
        line-height: 24px;
    }

    .btn-biew {
        padding: 0 15px 15px;
    }

    .view-all {
        margin-top: 20px;
    }

    .featured_resources {
        padding-bottom: 40px;
    }

    .featured_text {
        margin-bottom: 3px;
    }

    .featured_resource {
        padding-bottom: 30px;
    }

    .featured_resources_content {
        height: auto;
    }
}