section.cards-module{background-color:#faf9ff;overflow:hidden;position:relative;z-index:1}section.cards-module .container{display:flex;flex-direction:column;gap:4rem;position:relative}@media screen and (max-width:768px){section.cards-module .container{gap:2rem}}section.cards-module .container .wrapper-top{align-items:center;display:flex;gap:1rem;justify-content:space-between}section.cards-module .container .wrapper-top .wrapper-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:910px}section.cards-module .container .wrapper-top .wrapper-content *{text-align:center}section.cards-module .container .wrapper-top .wrapper-content .title{margin-bottom:1rem}section.cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:1.5rem}@media (max-width:1000px){section.cards-module .container .wrapper-cards{justify-content:center}}@media (max-width:425px){section.cards-module .container .wrapper-cards{flex-direction:column}}section.cards-module .container .wrapper-cards a.card:hover .card-image figure img{transform:scale(1.05)}section.cards-module .container .wrapper-cards .card{background-color:#fff;border:1px solid transparent;border-radius:.5rem;box-shadow:0 24px 56px 0 rgba(62,13,129,.04);display:flex;flex-direction:column;gap:36px;padding:1rem 1rem 1.75rem;transition:.5s;width:calc(33.33333% - 1rem)}section.cards-module .container .wrapper-cards .card .card-image{border-radius:.25rem;height:250px;min-height:250px;overflow:hidden}section.cards-module .container .wrapper-cards .card .card-image figure{height:100%;width:100%}section.cards-module .container .wrapper-cards .card .card-image figure img{display:block;height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%}section.cards-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;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;line-height:1.5rem}section.cards-module .container .wrapper-cards-3 .card{width:calc(33.33333% - 22px)}@media (max-width:1000px){section.cards-module .container .wrapper-cards-3 .card{width:calc(50% - 1rem)}}@media (max-width:600px){section.cards-module .container .wrapper-cards-3 .card{width:100%}}section.cards-module .container .wrapper-cards-2 .card,section.cards-module .container .wrapper-cards-4 .card{width:calc(50% - 1.5rem)}@media (max-width:600px){section.cards-module .container .wrapper-cards-2 .card,section.cards-module .container .wrapper-cards-4 .card{width:100%}}section.cards-module .container .wrapper-cards-2 .card .wrapper-cards__card-image.img-bg,section.cards-module .container .wrapper-cards-4 .card .wrapper-cards__card-image.img-bg{height:190px;min-height:190px}section.cards-module .container .wrapper-buttons{justify-content:center;margin-top:1rem}