/* compiled by scssphp 1.11.0 on Thu, 06 Apr 2023 18:36:00 +0000 (0.0327s) */

/* Breakpoints */
/* Variables */
/* REM Base Size */
/** News - Start */
section[data-gutenberg="news"] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  padding: 75px 100px;
  position: relative;
  width: calc(100% - 50px);
}
section[data-gutenberg="news"] div.title {
  margin: 50px 0;
}
section[data-gutenberg="news"] div.title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  text-align: center;
}
section[data-gutenberg="news"] div.posts {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
section[data-gutenberg="news"] div.posts div.post {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
section[data-gutenberg="news"] div.posts div.post div.thumbnail {
  flex-grow: 0;
  flex-shrink: 0;
}
section[data-gutenberg="news"] div.posts div.post div.thumbnail a {
  display: block;
  height: 100%;
  width: 100%;
}
section[data-gutenberg="news"] div.posts div.post div.thumbnail a img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
section[data-gutenberg="news"] div.posts div.post div.details {
  padding: 25px;
}
section[data-gutenberg="news"] div.posts h4 {
  font-size: 1.4rem;
  margin: 15px 0;
}
section[data-gutenberg="news"] div.posts p {
  font-size: 1.07rem;
  margin: 15px 0;
}
section[data-gutenberg="news"] div.posts p.date {
  color: #00a887;
  margin: 5px 0;
}
section[data-gutenberg="news"] div.posts p.date + h4 {
  margin-top: 5px;
}
/* Responsiveness */
@media (min-width: 1080px) {
  section[data-gutenberg="news"] div.posts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) {
    flex-direction: column;
    grid-area: 1 / 1 / 4 / 2;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) {
    flex-direction: row;
    grid-area: 1 / 2 / 2 / 3;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(3) {
    flex-direction: row;
    grid-area: 2 / 2 / 3 / 3;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(4) {
    flex-direction: row;
    grid-area: 3 / 2 / 4 / 3;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) div.thumbnail {
    width: 100%;
    height: 325px;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(3) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(4) div.thumbnail {
    width: 150px;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  section[data-gutenberg="news"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  section[data-gutenberg="news"] div.posts {
    grid-template-columns: repeat(1, 1fr);
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) {
    flex-direction: column;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(3) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(4) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) div.thumbnail {
    width: 100%;
    height: 350px;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(3) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(4) div.thumbnail {
    width: 175px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  section[data-gutenberg="news"] {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
  section[data-gutenberg="news"] div.posts {
    grid-template-columns: repeat(1, 1fr);
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) {
    flex-direction: column;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(3) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(4) {
    flex-direction: row;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(1) div.thumbnail {
    width: 100%;
    height: 250px;
  }
  section[data-gutenberg="news"] div.posts div.post:nth-child(2) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(3) div.thumbnail, section[data-gutenberg="news"] div.posts div.post:nth-child(4) div.thumbnail {
    width: 100px;
    height: 100%;
  }
}
/** News - End */
