.card_section .card_container{display:flex;gap:10px;row-gap:30;-webkit-box-pack:center;-ms-flex-pack:center;flex-wrap:wrap;justify-content:space-between;margin-top:50px}.card_section .content-wrapper{margin:0 auto;max-width:1200px;padding:0 20px}.card_section h2{color:var(--accent_color_2);line-height:1;text-align:center}.card_section .card_container.five-items .card,.card_section .card_container.six-items .card,.card_section .card_container.three-items .card{-ms-flex-preferred-size:calc(19% - 5px);flex-basis:calc(19% - 5px)}.card_section .card{border:1px solid #53ad89;-ms-flex-preferred-size:calc(20.7% - 5px);flex-basis:calc(20.7% - 5px)}.card_section .card a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.card_section .card img{aspect-ratio:1/1.42;width:100%}@media (max-width:1024px){.card_section .card,.card_section .card_container.five-items .card,.card_section .card_container.six-items .card,.card_section .card_container.three-items .card{-ms-flex-preferred-size:calc(33% - 5px);flex-basis:calc(33% - 5px)}.card_section .card_container{gap:50px;justify-content:center}}@media (max-width:767px){.card_section .card,.card_section .card_container.five-items .card,.card_section .card_container.six-items .card,.card_section .card_container.three-items .card{-ms-flex-preferred-size:calc(51% - 5px);flex-basis:calc(51% - 5px)}.card_section .card_container{align-items:center;gap:25px;justify-content:center;margin-top:30px}}