.resources-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;margin-top:56px;padding-bottom:40px}.resources-list--4{grid-template-columns:repeat(4,1fr)}.resources-item{align-items:flex-start;background-color:#f5f5f7;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;min-height:365px;padding:38px;transition:background-color .2s,box-shadow .2s}.resources-list--4 .resources-item{padding-inline:24px}.resources-item__read-more{margin-top:30px;text-decoration:underline}.resources-item__read-more:before{display:none}.resources-item:hover{background-color:#fff;box-shadow:2px 16px 32px 0 rgba(0,0,0,.16)}.resources-item:hover .resources-item__read-more{color:#42ad47}@media only screen and (max-width:1023px){.resources-list{grid-template-columns:repeat(1,1fr);margin-left:auto;margin-right:auto;max-width:408px}.posts-item__img-hld{height:200px}.resources-item{min-height:inherit}}@media only screen and (max-width:767px){.resources-list{margin:40px auto 0;max-width:408px}.resources-item{padding:24px}.resources__title{font-weight:600}}