.newsy-carousel {
  padding: 60px 120px; }
  .newsy-carousel .foto img {
    height: 340px; }
  .newsy-carousel .text {
    display: flex;
    width: 100%; }
  .newsy-carousel .text-inner {
    flex: 1 1 50%;
    padding: 30px 25px; }
  .newsy-carousel .date {
    display: flex;
    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-text);
    font-size: 20rem;
    margin-bottom: 15px; }
  .newsy-carousel p {
    font-size: 16rem;
    color: rgba(var(--primary-text), 0.6); }
  .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: 60px 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: 55vw; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy-carousel {
    padding: 60px 35px; }
    .newsy-carousel .owl-nav button {
      width: 40px;
      height: 40px; }
      .newsy-carousel .owl-nav button.owl-next {
        right: -40px; }
      .newsy-carousel .owl-nav button.owl-prev {
        left: -40px; }
      .newsy-carousel .owl-nav button img {
        width: 12px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy-carousel {
    padding: 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: 210px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy-carousel {
    padding: 60px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy-carousel {
    padding: 60px; } }

/*# sourceMappingURL=news_carousel.css.map */
