.newsy .foto .image {
  margin: 0;
}
.newsy .foto img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.newsy .text {
  display: flex;
  width: 100%;
}
.newsy .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 .text-inner {
  flex: 1 1 50%;
  padding: 30px 25px;
}
.newsy .date span {
  font-size: 20rem;
  letter-spacing: 3rem;
  color: var(--secondary-text);
  display: block;
  text-align: center;
}
.newsy .date strong {
  font-size: 25rem;
  letter-spacing: 0;
  padding-bottom: 10px;
  display: flex;
}
.newsy .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px;
  background-color: var(--element1-color);
}
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px;
}
.newsy h3 {
  color: var(--primary-title);
  font-size: 25rem;
  margin-bottom: 15px;
}
.newsy p {
  font-size: 18rem;
  color: var(--primary-text);
  text-align: left;
}
.newsy .one-news {
  margin-bottom: 30px;
}
.newsy .owl-item {
  padding: 10px;
}

@media (max-width: 575.5px) {
  .newsy .owl-nav {
    display: none;
  }
  .newsy .date span {
    font-size: 18rem;
    letter-spacing: 1rem;
  }
  .newsy .date strong {
    font-size: 23rem;
    padding-bottom: 5px;
  }
  .newsy .date {
    min-width: 65px;
  }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newsy .text-inner {
    padding: 15px;
  }
  .newsy .foto img {
    height: 60vw;
  }
  .newsy .one-news {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .date span {
    font-size: 18rem;
    letter-spacing: 2rem;
  }
  .newsy .date strong {
    font-size: 23rem;
    padding-bottom: 5px;
  }
  .newsy .date {
    min-width: 70px;
  }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newsy .text-inner {
    padding: 15px;
  }
  .newsy .foto img {
    height: 50vw;
  }
  .newsy .one-news {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .date span {
    font-size: 18rem;
    letter-spacing: 2rem;
  }
  .newsy .date strong {
    font-size: 23rem;
    padding-bottom: 5px;
  }
  .newsy .date {
    min-width: 70px;
  }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newsy .text-inner {
    padding: 15px;
  }
  .newsy .foto img {
    height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 15px;
  }
  .newsy .foto img {
    height: 290px;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px;
  }
  .newsy .foto img {
    height: 225px;
  }
}