.providers-section{padding-bottom:3rem}.providers-section__inner{width:100%;max-width:1312px;margin:0 auto}.providers-section__header{padding:10px}.providers-section__header h2{text-align:center;font-size:2.5rem;font-weight:500;margin-bottom:.5rem}.providers-section__header p{text-align:center;font-size:1rem;padding-bottom:15px;color:#555}.providers-section__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem}.providers-section__filters>.providers-section__field{flex:1 1 200px;max-width:300px}.providers-section__filters>.providers-section__field label{display:block;font-weight:600;margin-bottom:.5rem}.providers-section__filters>.providers-section__field button,.providers-section__filters>.providers-section__field select{width:100%;padding:.5rem;border-radius:4px;border:1px solid #ccc}.providers-section__filters>.providers-section__field button{background-color:#203b49;color:#fff;font-weight:600;border:none;cursor:pointer;transition:background .3s}.providers-section__filters>.providers-section__field button:hover{background:#c9d2ac;color:#0b1419}.providers-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(416px,1fr));gap:1rem;row-gap:70px;justify-content:center;max-width:1400px;margin:0 auto}@media (max-width:1300px){.providers-section__grid{grid-template-columns:repeat(2,1fr);row-gap:60px}}@media (max-width:850px){.providers-section__grid{grid-template-columns:1fr;row-gap:50px}}.provider-card{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease;border-radius:.25rem;overflow:hidden;margin:0 auto;width:416px}.provider-card a.provider-card__link-wrapper{display:block;text-decoration:none;color:inherit;height:100%}.provider-card .provider-card__image img{width:100%;height:416px;object-fit:cover;object-position:top;display:block}.provider-card .provider-card__content{padding:32px;text-align:center}.provider-card .provider-card__content .provider-card__title{margin-bottom:4px;font-size:18px;line-height:24px}.provider-card .provider-card__content .provider-card__region{font-size:.875rem;color:#666}.provider-card .provider-card__content .provider-card__button{display:inline-block;text-decoration:underline;color:#203b49;font-weight:600;border-radius:.25rem}.provider-card:focus,.provider-card:hover{border-radius:1.875rem;background:#ebf5f3}.provider-card:focus .provider-card__image img,.provider-card:hover .provider-card__image img{border-radius:1.875rem}