.faqs-cards{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media screen and (max-width:1680px){.faqs-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1200px){.faqs-cards{gap:24px}}@media screen and (max-width:800px){.faqs-cards{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:480px){.faqs-cards{gap:16px}}.faqs-card{background-color:#eff5f8;border-radius:16px;flex-direction:column;width:400px;height:374px;padding:60px 40px 40px;display:flex}.faqs-card>h3{color:#0b3c6e;margin-bottom:40px}@media screen and (max-width:1200px){.faqs-card{border-radius:4px;align-items:center;width:350px;height:270px;padding:24px 0}.faqs-card>h3{margin-bottom:24px}}@media screen and (max-width:480px){.faqs-card{width:329px}}.faqs-card-button{color:#0b3c6e;margin-top:auto;padding-top:15px;font-size:20px;text-decoration:underline}.faqs-card-button:hover{color:gray}@media screen and (max-width:1200px){.faqs-card-button{padding-top:24px}}
