<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsy {
  margin-top: 60px; }
  .newsy .one-news {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column; }
    .newsy .one-news .foto figure.image {
      margin: 0; }
    .newsy .one-news .foto.logo {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--primary-bg);
      border-bottom: 1px solid var(--light-bg2); }
      .newsy .one-news .foto.logo img {
        object-fit: contain;
        max-width: 80%;
        object-position: center; }
    .newsy .one-news .foto img {
      height: 320px;
      width: 100%;
      object-fit: cover; }
    .newsy .one-news .text {
      display: flex;
      height: 100%;
      background-color: var(--light-bg); }
      .newsy .one-news .text .text-inner {
        padding: 40px 15px 40px 0; }
      .newsy .one-news .text .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        padding: 0 20px;
        background-color: var(--element1-color); }
        .newsy .one-news .text .date span {
          color: var(--secondary-text); }
          .newsy .one-news .text .date span:first-child {
            font-size: 25rem; }
  .newsy h3 {
    font-size: 24rem;
    font-weight: 500;
    margin-top: 0; }
  .newsy p {
    font-size: 16rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .newsy .buttons {
    margin-top: 0; }

@media (max-width: 575.5px) {
  .newsy .one-news .foto img {
    height: 55vw; }
  .newsy .one-news .text {
    flex-direction: column; }
    .newsy .one-news .text .date {
      margin-right: 0px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 5px; }
  .newsy h3 {
    font-size: 21rem;
    margin-bottom: 5px; }
  .newsy p {
    font-size: 17rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .one-news .foto img {
    height: 300px; }
  .newsy .one-news .text {
    flex-direction: column; }
    .newsy .one-news .text .date {
      margin-right: 0px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 5px; }
  .newsy h3 {
    font-size: 21rem; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .one-news .foto img {
    height: 200px; }
  .newsy .one-news .text {
    flex-direction: column; }
    .newsy .one-news .text .date {
      margin-right: 0px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 5px; }
  .newsy h3 {
    font-size: 20rem; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .one-news .foto img {
    height: 200px; }
  .newsy .one-news .text .date {
    margin-right: 0px;
    padding: 0 15px; }
  .newsy .one-news .text .text-inner {
    padding: 12px 10px 12px 5px; }
  .newsy h3 {
    font-size: 20rem; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .one-news .foto img {
    height: 220px; }
  .newsy .one-news .text .date {
    margin-right: 0px;
    padding: 0 15px; }
  .newsy .one-news .text .text-inner {
    padding: 20px 15px 20px 5px; }
  .newsy h3 {
    font-size: 21rem; }
  .newsy p {
    font-size: 16rem; } }

/*# sourceMappingURL=news.css.map */
</pre></body></html>