.resources-section{align-items:center;margin:auto;max-width:1250px;padding:2rem 2rem 4rem}.resources-title{font-weight:700;margin:4rem 0;text-align:center}.resources-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.resource-card{background:#fbfbfb;border-radius:10px;padding:2rem}.resource-card,.resource-heading{align-items:center;display:flex}.resource-icon{height:50px;margin-right:15px;width:50px}.resource-icon svg{height:100%;width:100%;fill:#3d256e}.resource-content{display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between}.resource-title{color:#000;font-size:18px;font-weight:700}.resource-description{color:#555;margin:10px 0}.resource-link{display:inline-block;font-style:italic;text-decoration:underline;transition:transform .3s ease}.resource-link:hover{text-decoration:underline;transform:scale(1.1) translateX(25px)}@media (max-width:768px){.resources-grid{grid-template-columns:1fr}}