.newsy-carousel {
  padding: 0px 120px;
}
.newsy-carousel .container {
  max-width: 1700px;
}
.newsy-carousel .foto img {
  height: 21vw;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.newsy-carousel .text {
  display: flex;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.newsy-carousel .text-inner {
  flex: 1 1 50%;
  padding: 30px 25px;
}
.newsy-carousel .text-inner:after {
  display: block;
  content: "";
  background-image: url("/img/arrow-icon.png?ver=0.1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: auto;
  margin-right: 10px;
}
.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: 25rem;
  margin-bottom: 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 {
  box-shadow: 0 0 10px 2px var(--transparent-color1);
}
.newsy-carousel .owl-item {
  padding: 10px;
}

@media (max-width: 575.5px) {
  .newsy-carousel {
    padding: 10px 15px;
  }
  .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 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newsy-carousel .text-inner {
    padding: 15px;
  }
  .newsy-carousel .foto img {
    height: 50vw;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy-carousel {
    padding: 20px 60px;
  }
  .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 .foto img {
    height: 45vw;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy-carousel {
    padding: 20px 50px;
  }
  .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 .foto img {
    height: 26vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy-carousel {
    padding: 20px 50px;
  }
  .newsy-carousel .text-inner {
    padding: 15px 25px;
  }
  .newsy-carousel .foto img {
    height: 26vw;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy-carousel {
    padding: 60px;
  }
  .newsy-carousel .foto img {
    height: 18vw;
  }
}

/*# sourceMappingURL=news_carousel.css.map */
