.newsy-carousel {
  padding: 120px 120px 60px 120px;
  position: relative; }
  .newsy-carousel:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50vw - 1055px);
    background-image: url("/img/special-section-bg.webp");
    background-repeat: no-repeat;
    background-size: 1042px;
    background-position: top right; }
  .newsy-carousel:after {
    display: block;
    content: "";
    width: 100%;
    height: 75%;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #004e25 0%, transparent 80%); }
  .newsy-carousel .foto img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto; }
  .newsy-carousel .text {
    display: flex;
    width: 100%; }
  .newsy-carousel .text-inner {
    flex: 1 1 50%;
    padding: 30px 25px; }
  .newsy-carousel .date {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    padding: 0 3px; }
    .newsy-carousel .date span {
      font-size: 20rem;
      letter-spacing: 3rem;
      color: var(--secondary-text);
      display: block;
      text-align: center; }
    .newsy-carousel .date strong {
      font-size: 25rem;
      letter-spacing: 0;
      padding-bottom: 10px;
      display: flex; }
  .newsy-carousel h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy-carousel h3 {
    color: var(--primary-title);
    font-size: 29rem;
    margin-bottom: 15px;
    letter-spacing: 1rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .newsy-carousel h3:after {
      display: inline-block;
      content: "";
      background-image: url(/img/arrow-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 24px;
      height: 18px;
      margin-left: 15px; }
  .newsy-carousel p {
    font-size: 18rem;
    color: var(--primary-text);
    text-align: left; }
  .newsy-carousel .one-news {
    border-radius: 8px;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.1)); }
    .newsy-carousel .one-news:hover h3 {
      color: #1fdc85; }
      .newsy-carousel .one-news:hover h3:after {
        background-image: url(/img/arrow-icon-hover.svg); }
  .newsy-carousel .owl-item {
    padding: 10px; }
  .newsy-carousel .buttons {
    margin-top: 0; }

@media (max-width: 575.5px) {
  .newsy-carousel {
    padding: 10px 15px; }
    .newsy-carousel:before {
      right: calc(50vw - 250px);
      background-size: 500px;
      background-position: top left; }
    .newsy-carousel .owl-nav {
      display: none; }
    .newsy-carousel .date {
      min-width: 65px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 1rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      font-size: 24rem;
      margin-top: 0;
      margin-bottom: 5px; }
      .newsy-carousel h3:after {
        width: 20px;
        margin-left: 10px; }
    .newsy-carousel p {
      margin-bottom: 0; }
    .newsy-carousel .text-inner {
      padding: 15px; }
    .newsy-carousel .buttons .btn {
      margin-top: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy-carousel {
    padding: 20px 60px; }
    .newsy-carousel:before {
      right: calc(50vw - 500px);
      background-size: 600px; }
    .newsy-carousel .date {
      min-width: 70px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 2rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      margin-top: 0;
      margin-bottom: 10px; }
    .newsy-carousel .text-inner {
      padding: 15px; }
    .newsy-carousel .buttons .btn {
      margin-top: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy-carousel {
    padding: 20px 50px; }
    .newsy-carousel:before {
      right: calc(50vw - 600px);
      background-size: 600px; }
    .newsy-carousel .date {
      min-width: 70px; }
      .newsy-carousel .date span {
        font-size: 18rem;
        letter-spacing: 2rem; }
      .newsy-carousel .date strong {
        font-size: 23rem;
        padding-bottom: 5px; }
    .newsy-carousel h3 {
      margin-top: 0;
      margin-bottom: 10px; }
    .newsy-carousel .text-inner {
      padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy-carousel {
    padding: 80px 50px 50px 50px; }
    .newsy-carousel:before {
      right: calc(50vw - 800px);
      background-size: 850px; }
    .newsy-carousel .text-inner {
      padding: 15px 25px; }
    .newsy-carousel h3 {
      font-size: 25rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy-carousel {
    padding: 60px; }
    .newsy-carousel:before {
      right: calc(50vw - 800px);
      background-size: 850px; }
    .newsy-carousel h3 {
      font-size: 23rem; } }

/*# sourceMappingURL=news_carousel.css.map */
