.news-section{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 150px}.news-section .title{font-size:42px;line-height:60px;color:#000;font-weight:700;font-family:Roboto;text-transform:uppercase;text-align:center}.news-section .title strong{color:#0058ab}.news-section .line{height:3px;width:50px;background-color:#0058ab;margin-bottom:20px}.news-section .posts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;margin-bottom:40px}.news-section .posts .post{text-decoration:none}.news-section .posts .post .image{height:100%;width:100%}.news-section .posts .post .image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.news-section .posts .post .date-and-city{display:flex;align-items:center;justify-content:center;gap:20px}.news-section .posts .post .date-and-city .date{font-size:18px;line-height:30px;color:#a1a1a1;font-weight:300;font-family:"Source Sans 3"}.news-section .posts .post .date-and-city .city{font-size:18px;line-height:30px;color:#0058ab;font-weight:300;font-family:"Source Sans 3"}.news-section .posts .post .name{font-size:20px;line-height:28px;color:#292929;font-weight:700;font-family:Roboto;text-transform:uppercase;text-align:center;margin-bottom:15px}.news-section .posts .post .name strong{color:#0058ab}.news-section .loading-container{display:flex;justify-content:center;margin-top:60px}.news-section .loading{display:none;width:40px;height:40px;border-radius:50%;border:6px solid #555;border-top-color:#0058ab;animation:loader-circle 1s linear infinite}@keyframes loader-circle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.news-section{padding:20px}.news-section .posts{grid-template-columns:1fr 1fr;gap:30px}.news-section .posts .post .image{height:inherit}.news-section .posts .post .date-and-city{flex-direction:column;gap:5px}}@media (max-width: 768px){.news-section .posts{grid-template-columns:1fr}.news-section .posts .post .name{font-size:16px;line-height:22px}}@media (max-width: 480px){.news-section .posts{grid-template-columns:1fr}.news-section .posts .post .name{font-size:16px;line-height:22px}}
