section.cards-module{overflow:hidden;position:relative;z-index:1}section.cards-module .container{display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:768px){section.cards-module .container{grid-template-columns:1fr 1fr}}@media screen and (max-width:540px){section.cards-module .container{grid-template-columns:1fr}}section.cards-module .container .card{width:100%}section.cards-module .container .card:hover .image img{transform:scale(1.05)}section.cards-module .container .card .image{aspect-ratio:314/290;border-radius:10px;height:auto;margin-bottom:15px;overflow:hidden;width:100%}section.cards-module .container .card .image img{height:100%;object-fit:cover;transition:.6s ease;width:100%}section.cards-module .container .card .text-content .title{font-family:ISLSemi;font-size:22px;font-weight:400;line-height:1.5;margin-bottom:10px;position:relative;text-transform:none;width:fit-content}section.cards-module .container .card .text-content .details{font-size:16px;font-weight:500}