section.cards-module{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:3rem}}section.cards-module .container .wrapper-top{align-items:center;display:flex;gap:1rem;justify-content:center}section.cards-module .container .wrapper-top .wrapper-content{display:flex;flex-direction:column;gap:1rem;max-width:768px}section.cards-module .container .wrapper-top .wrapper-content *{text-align:center}@media (max-width:768px){section.cards-module .container .wrapper-top{align-items:flex-start;flex-direction:column}}section.cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:768px){section.cards-module .container .wrapper-cards{flex-direction:column}}section.cards-module .container .wrapper-cards .card{align-items:center;background-color:#004e9e;border:1px solid transparent;border-radius:.5rem;display:flex;gap:1rem;max-width:calc(100%/var(--nb-cards,3) - (var(--nb-cards,3) - 1)*1rem/var(--nb-cards,3));padding:1.5rem;transition:.5s;width:100%}@media (max-width:768px){section.cards-module .container .wrapper-cards .card{max-width:100%}}section.cards-module .container .wrapper-cards .card .card-image{height:4rem;min-width:4rem;width:4rem}section.cards-module .container .wrapper-cards .card .card-image figure{align-items:center;display:flex;height:100%;justify-content:center;width:100%}section.cards-module .container .wrapper-cards .card .card-image figure img{max-height:3rem;max-width:3rem;object-fit:contain}section.cards-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}section.cards-module .container .wrapper-cards .card .card-text *{color:#fff}