.resources_items_sect {
    background-color: #ffffff;
}
/*
.resources_items_sect .breadcrumbs {
    margin: 0 0 5.3em;
}
.resources_items_sect .sect_title {
    text-align: left;
    font-size: 3.25em;
    margin: 0 0 1.25em;
    letter-spacing: -1.04px;
    line-height: 1.08;
    color: #101828;
    font-weight: 600;
}*/
.resources_items_sect .sect_title {
    text-align: left;
    margin-bottom: 1em;
}
.resources_items_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em -0.375em;
}
.resources_items_sect .item {
    width: calc(50% - 0.75em - 1px);
    margin: 0.625em 0.375em;
    box-sizing: border-box;
    background-color: #374151;
    text-decoration: none;
    border-radius: 0.875em;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.resources_items_sect:not(.type2) .item_image {
    background-size: cover;
    background-position: center;
    transition-property: transform;
    transition-duration: 1s;
}
.resources_items_sect:not(.type2) .item_image:after {
    content: '';
    display: block;
    padding: 27.5% 0;
}
.resources_items_sect:not(.type2) .item:hover .item_image {
    transform: scale(1.15, 1.15);
}
.resources_items_sect:not(.type2) .item_desc_wrap {
    position: absolute;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    max-width: calc(100% - 2em);
    color: #2F3132;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1em;
    box-sizing: border-box;
    border-radius: 0.5em;
}
.resources_items_sect:not(.type2) .item_desc {
    font-size: 0.875em;
    font-weight: 500;
}
.resources_items_sect .item_title_wrap {
    position: absolute;
    top: 1em;
    left: 1em;
    height: 3em;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-weight: 700;
    color: #2F3132;
    padding: 0 1.5em;
    background-color: #ffffff;
    border-radius: 1.5em;
    box-sizing: border-box;
    max-width: calc(100% - 6em);
}
.resources_items_sect .item_title {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.resources_items_sect .item:after {
    content: '';
    display: block;
    position: absolute;
    width: 3em;
    height: 3em;
    background-color: #ffffff;
    border-radius: 50%;
    top: 1em;
    right: 1em;
    background-image: url(../img/icons/arrow-right-top-2d2d35.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 1199px) {
    .resources_items_sect .breadcrumbs {
        margin: 0 0 2.5em;
    }
    /*
    .resources_items_sect .sect_title {
        font-size: 2.25em;
        margin: 0 0 1em;
    }*/
    .resources_items_sect .item_title {
        font-size: 0.75em;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -moz-box-orient: vertical;
        display: -moz-box;
    }
    .resources_items_sect .item_title_wrap {
        padding: 0 1em;
    }
}
@media(max-width: 767px) {
    .resources_items_sect .item {
        width: calc(100% - 0.75em);
    }
}
/*type2*/
.resources_items_sect.type2 .sect_title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #D9D9D9;
}
.resources_items_sect.type2 .items {
    margin: -0.625em;
}
.resources_items_sect.type2 .item {
    margin: 0.625em;
    width: calc(50% - 1.25em);
    background-color: #ffffff;
    padding: 2em 2em 2em 4em;
    display: flex;
    flex-direction: column;
    color: #2F3132;
    justify-content: space-between;
    border-radius: 0;
    position: relative;
}
.resources_items_sect.type2 .item:after {
    content: none;
}
.resources_items_sect.type2 .item_image {
    position: absolute;
    top: 2.75em;
    left: 2.75em;
    max-width: 1.5em;
    max-height: 1.5em;
    transform: translate(-50%, -50%);
}
.resources_items_sect.type2 .item_title {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.625em;
}
.resources_items_sect.type2 .item_title:last-child {
    margin-bottom: 0;
}
.resources_items_sect.type2 .item_desc {
    color: #6B7280;
    font-size: 0.875em;
    line-height: 1.3;
    font-feature-settings: 'salt' on;
    margin-bottom: 1.3em;
}
.resources_items_sect.type2 .item_desc:last-child {
    margin-bottom: 0;
}
.resources_items_sect.type2 .item_url_label_wrap {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    color: #374151;
}
.resources_items_sect.type2 .item_url_label {
    display: flex;
    align-items: center;
}
.resources_items_sect.type2 .item:hover .item_url_label {
    text-decoration: underline;
}
.resources_items_sect.type2 .item_url_label:after {
    content: '';
    display: block;
    margin-left: 0.33em;
    width: 1.34em;
    height: 1.34em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icons/link-chevron-right-000.svg);
}
@media(max-width: 1199px) {
    .resources_items_sect.type2 .items {
        margin: -0.5em;
    }
    .resources_items_sect.type2 .item {
        margin: 0.5em;
        width: calc(50% - 1em);
        padding: 1.25em 1.25em 1.25em 3.25em;
    }
    .resources_items_sect.type2 .item_image {
        left: 2em;
        top: 2em;
    }
}
@media(max-width: 767px) {
    .resources_items_sect.type2 .items {
        margin: -0.5em;
    }
    .resources_items_sect.type2 .item {
        margin: 0.5em;
        width: calc(100% - 1em);
    }
}