.resources-wrapper .inner-wrap{display:flex;flex-direction:column;gap:3rem}.resources-wrapper .inner-wrap .section-title h3{margin:0}.resources-wrapper .inner-wrap .bottom-part{align-items:stretch;display:grid;gap:30px;grid-auto-rows:1fr;grid-template-columns:repeat(4,1fr)}.resources-wrapper .inner-wrap .bottom-part .card-wrapper{background-color:var(--white);background-position:0 0;background-repeat:repeat-x;border-radius:16px;height:100%;padding:2.5rem}.resources-wrapper .inner-wrap .bottom-part .card-wrapper .card-inner{display:flex;flex-direction:column;gap:20px;height:100%}.resources-wrapper .inner-wrap .bottom-part .top-icon{border-radius:24px;height:104px;padding:0 32px;width:104px}.resources-wrapper .inner-wrap .bottom-part .top-icon img{border:none;display:inline-block;height:104px!important;object-fit:contain;object-position:center center;vertical-align:middle}.resources-wrapper .inner-wrap .bottom-part .card-text h4{margin:0}.resources-wrapper .inner-wrap .bottom-part .card-wrapper:hover{text-decoration:none}@media(max-width:1024px){.resources-wrapper .inner-wrap .bottom-part{grid-template-columns:repeat(3,1fr)}.resources-wrapper .inner-wrap .bottom-part .card-wrapper{padding:1.5rem}}@media(max-width:767px){.resources-wrapper .inner-wrap .bottom-part{gap:16px;grid-template-columns:repeat(1,1fr)}}