#list-outer {
    padding: 152px 0 72px 0;
    background-color: #F8F9FC;
}

#list-head {
    margin: 0 0 52px 0;
}

#list-filters {
    margin: 0 0 85px 0;
}

#list-content {}

#list-head-inner {
    max-width: 1120px;
    margin: 0 auto;
}

#list-filters-inner {
    max-width: 1120px;
    margin: 0 auto;
}

#list-content-inner {
    max-width: 1120px;
    margin: 0 auto;
}

#list-head-sup {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2671FF;
    margin: 0 0 24px 0;
}

#list-head-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#list-head-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    color: #0A2144;
    max-width: 49%;
    width: 100%;
}

#list-head-text {
    font-size: 18px;
    line-height: 32px;
    color: #0A2144;
    max-width: 49%;
    width: 100%;
}

#list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 51px;
}

#list .featured-resources-list-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 4px 12px 40px rgba(66, 94, 165, 0.1);
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 500px;
    position: relative;
    transition: all .2s linear;
}

#list .featured-resources-list-item .img {
    height: 190px;
    min-height: 190px;
}

#list .featured-resources-list-item .content {
    padding: 24px 16px 85px 16px;
    padding: 24px 24px 85px 24px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 310px;
    transition: all 0.2s linear;
}

#list .featured-resources-list-item:hover .content {
    height: 100%;
    transition: all 0.2s linear;
}

#list .featured-resources-list-item:hover {
    transition: all .2s linear;
    transform: translate(0, -4px);
    box-shadow: 6px 10px 26px rgb(78 119 224 / 15%);
}

#list .featured-resources-list-item .title {
    /* font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    min-height: 87px;
    color: #000000; */
    margin: 0 0 24px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    /*min-height: 90px;*/
    letter-spacing: -0.04em;
    color: #000000;
}

#list .featured-resources-list-item .text {
    display: block;
    /* font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000; */
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.page-template-customers #list .featured-resources-list-item .title {
    height: 92px;
    overflow: hidden;
}
.page-template-customers #list .featured-resources-list-item .text {
    line-height: 26px;
    max-height: 104px;
    overflow: hidden;
}

#list .featured-resources-list-item .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    background-color: #fff;
    text-align: left;
}

#list .featured-resources-list-item .link span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2671FF;
}

#list .featured-resources-list-item .info {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 0 23px 0;
}

#list .featured-resources-list-item .info .type {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#list .featured-resources-list-item .info .time {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#list .featured-resources-list-item .info .separator {
    height: 17px;
    width: 1px;
    background-color: #000000;
    margin: 0 10px;
}

@media (max-width: 1168px) {
    #list-filter-inner,
    #list-content-inner,
    #list-head-inner {
        max-width: none;
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    #list {
        grid-template-columns: 1fr 1fr;
    }
    #list .featured-resources-list-item {
        width: 100%;
    }
    #list-head-content {
        flex-direction: column;
    }
    #list-head-title {
        max-width: none;
        margin: 0 0 24px 0;
    }
    #list-head-text {
        max-width: none;
    }
}

@media (max-width: 768px) {
    #list-outer {
        padding: 48px 0;
    }
    #list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-row-gap: 24px;
    }
    #list .featured-resources-list-item {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 0 auto;
    }
    #list .featured-resources-list-item:last-child {
        margin-bottom: 0px;
    }
    #list-head-title {
        font-size: 28px;
        line-height: 34px;
    }
    #list-head-text {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 34px 0;
    }
}

@media (max-width: 600px) {
    #list {
        grid-template-columns: 1fr;
    }
    #list .featured-resources-list-item .link {
        position: static;
        padding: 0;
        height: auto;
        line-height: 18px;
    }
    #list .featured-resources-list-item .content {
        padding: 24px 24px 40px 24px;
        height: auto;
    }
    #list .featured-resources-list-item .title,
    #list .featured-resources-list-item .text {
        margin: 0 0 22px 0;
    }
}

.list-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 80px 0 0 0;
}

.page-template-customers #list .featured-resources-list-item:hover .content {
    height: 310px;
}