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