@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300..800&display=swap");.cards--curve--container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.card{border:0;max-width:417px;width:24%}.card figure{margin:0;width:100%}.card--inner{border:1px solid #004a59;border-radius:0 0 60px 60px;height:100%;min-height:366px;padding:20px 20px 40px;text-align:left}.card--inner h4{color:#004a59;font-size:23px;font-weight:700;margin:0 0 12px}.card--inner p{color:#004a59;font-size:19px;margin:0}.card figure img{width:100%}@media only screen and (max-width:1000px){.card{width:48%}}@media only screen and (max-width:768px){.card{width:100%}}