@charset "UTF-8";.home-news{padding-block:6rem}.home-news__title{color:#0076a8;font-size:1.5rem;font-weight:400;margin-bottom:3rem;text-align:center}.home-news__content{display:grid;gap:4rem 1.5rem;grid-template-columns:repeat(1,1fr)}.home-news__button{border:1px solid #d6dded;border-radius:2px;color:#4c4f52;display:block;font-size:.875rem;line-height:1.125rem;margin-inline:auto;margin-top:6rem;max-width:240px;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s,color .3s}.home-news__button:hover{background-color:#0076a8;color:#fff}.home-news .news-card{display:flex;flex-direction:column;gap:1.75rem;text-decoration:none;transition:transform .3s cubic-bezier(0,0,.5,1)}.home-news .news-card:hover{transform:scale(1.01)}.home-news .news-card__image{aspect-ratio:276/204;border-radius:1rem;-o-object-fit:cover;object-fit:cover;width:100%}.home-news .news-card__body{display:flex;flex:1;flex-direction:column;gap:1rem}.home-news .news-card__title{flex:1;font-size:1.25rem;font-weight:500;line-height:1.625rem}.home-news .news-card__date{color:#0076a8}.home-news .news-card__divider{background-color:#0076a8;height:1px;width:40px}:root{--blank-value:80px}.read-more-link{color:#2d3549;display:inline-block;font-weight:500;text-decoration:none}.read-more-link:after{color:#0076a8;content:" ➜"}.read-more-link:hover{text-decoration:underline}@media only screen and (max-width:1024px){:root{--blank-value:50px}}@media only screen and (min-width:400px){.home-news__title{font-size:2.375rem;line-height:3.9375rem}}@media only screen and (min-width:640px){.home-news__content{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){.home-news__content{grid-template-columns:repeat(4,1fr)}}