.cardModule{max-width:100%;padding:8rem 0;width:100%}.cardModule .item-container{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);max-width:100%}.cardModule .customLine{height:3px;width:100%}.cardModule .item{display:flex;flex-direction:column;gap:2rem}.cardModule .imageBox{height:auto;width:100%}.cardModule img{height:100%!important;object-fit:cover;width:100%}.cardModule h4{margin-bottom:0}.cardModule a:focus,.cardModule a:hover{text-decoration:underline}@media (max-width:976px){.cardModule{padding:4rem 0}.cardModule .item-container{grid-template-columns:repeat(1,minmax(0,1fr))}}