.recommended-resources-list{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1600px;padding:0 14px}.recommended-resources .resource-card{padding:0 .625rem 2rem}.resource-card__inner{display:flex;flex-direction:column;height:100%}.resource-card__image-wrapper{background-color:var(--gray-700);background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:15px;display:block;flex:0 0 auto;flex:0 1 100%;height:125px;margin-bottom:20px;margin-right:20px;min-width:120px;overflow:hidden;width:100%}.resource-card__image-wrapper .resource-card-image{border-radius:15px;height:100%;object-fit:cover;transition:.4s ease;width:100%}.resource-card__image-wrapper:hover .resource-card-image{transform:scale(1.2)}@media (min-width:576px){.resource-card__image-wrapper{height:195px;width:100%}}@media (min-width:700px){.resource-card__content{flex:0 1 100%}.resource-card__inner{flex-flow:column}}@media (min-width:993px){.recommended-resources .resource-card{max-width:none;width:50%}.recommended-resources-list{flex-wrap:nowrap}.resource-card__image-wrapper{height:205px}}@media (min-width:1201px){.recommended-resources-list{justify-content:space-between}.recommended-resources .resource-card__image-wrapper{height:195px;max-width:320px;width:auto}.resource-card__inner{flex-flow:row}}@media (max-width:400px){.resource-card__image-wrapper{flex:none;height:150px}}