section.cards-module{overflow:hidden;position:relative;z-index:1}section.cards-module .container{display:flex;flex-direction:column;gap:5rem;position:relative}@media screen and (max-width:768px){section.cards-module .container{gap:4rem}}section.cards-module .container .wrapper-top{align-items:flex-start;display:flex;gap:1.25rem;justify-content:space-between}@media (max-width:768px){section.cards-module .container .wrapper-top{flex-direction:column}}section.cards-module .container .wrapper-top .wrapper-content{align-items:flex-start;max-width:545px}section.cards-module .container .wrapper-top .richtext{max-width:514px}section.cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;justify-content:center}@media (max-width:600px){section.cards-module .container .wrapper-cards{flex-direction:column}}section.cards-module .container .wrapper-cards .card{border-bottom:1px solid #7d7d93;border-left:1px solid #7d7d93;border-top:1px solid #7d7d93;display:flex;flex-direction:column;gap:2rem;height:426px;padding:2rem;transition:.5s;width:33.3333333333%}@media (max-width:600px){section.cards-module .container .wrapper-cards .card{border-bottom:none;border-right:1px solid #7d7d93;height:auto;width:100%}section.cards-module .container .wrapper-cards .card:last-of-type{border-bottom:1px solid #7d7d93!important}}section.cards-module .container .wrapper-cards .card:last-of-type,section.cards-module .container .wrapper-cards .card:nth-child(6n+3){border-right:1px solid #7d7d93}section.cards-module .container .wrapper-cards .card:nth-child(6n+1),section.cards-module .container .wrapper-cards .card:nth-child(6n+2),section.cards-module .container .wrapper-cards .card:nth-child(6n+3){border-bottom:1px solid #7d7d93;border-top:1px solid #7d7d93}@media (max-width:600px){section.cards-module .container .wrapper-cards .card:nth-child(6n+1),section.cards-module .container .wrapper-cards .card:nth-child(6n+2),section.cards-module .container .wrapper-cards .card:nth-child(6n+3){border-bottom:none}}section.cards-module .container .wrapper-cards .card:nth-child(6n+4),section.cards-module .container .wrapper-cards .card:nth-child(6n+5),section.cards-module .container .wrapper-cards .card:nth-child(6n+6){border-bottom:1px solid #7d7d93;border-top:none}@media (max-width:600px){section.cards-module .container .wrapper-cards .card:nth-child(6n+4),section.cards-module .container .wrapper-cards .card:nth-child(6n+5),section.cards-module .container .wrapper-cards .card:nth-child(6n+6){border-bottom:none;border-top:1px solid #7d7d93}}section.cards-module .container .wrapper-cards .card .card-image.img-bg{border-radius:.25rem;height:235px;min-height:235px;overflow:hidden}section.cards-module .container .wrapper-cards .card .card-image.img-bg figure{height:100%;width:100%}section.cards-module .container .wrapper-cards .card .card-image.img-bg figure img{display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}section.cards-module .container .wrapper-cards .card .card-image figure img{height:auto;max-height:40px;max-width:40px;width:40px}section.cards-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:space-between}section.cards-module .container .wrapper-cards .card .card-text .text{align-items:flex-start;display:flex;flex-direction:column;font-size:1rem;gap:1rem;height:100%;justify-content:space-between;line-height:1.5rem}