.resource_cards .list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin-top:50px}.resource_cards .box{box-shadow:0 0 40px #202d5126}.resource_cards .box .image{height:280px}.resource_cards .box .bottom{padding:25px}.resource_cards .box .tag{color:#f5a800;font-weight:600;margin-bottom:5px}.resource_cards .box h4{font-weight:600;margin-bottom:15px}.resource_cards .box .content{font-size:16px}.resource_cards .box .btn a{color:#f5a800;display:inline-block;font-size:16px;font-weight:600;margin-top:0;vertical-align:middle}.resource_cards .box .btn a svg{display:inline-block;margin-right:5px;vertical-align:middle}.resource_cards .bottom_btn{margin-top:50px}.resource_cards .bottom_btn .button{background:#121212;color:#fff}@media (max-width:991px){.resource_cards .list{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.resource_cards .list{grid-template-columns:1fr}}