.newsy {
  padding-top: 2vw; }
  .newsy .one-news:hover h3 {
    color: var(--element1-color); }
  .newsy .foto .image {
    margin: 0; }
  .newsy .foto .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid var(--element1-color); }
    .newsy .foto .logo img {
      object-fit: contain;
      max-width: 80%; }
  .newsy .foto img, .newsy .foto .logo {
    height: 320px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px; }
  .newsy .text {
    display: flex;
    width: 100%; }
  .newsy .text-inner {
    padding: 28px 0;
    padding-right: 55px; }
  .newsy .date {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    padding: 0 3px;
    background-color: var(--bg-hover); }
    .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 h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy h3 {
    color: var(--dark-bg);
    font-size: 26rem;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .newsy p {
    font-size: 19rem;
    color: var(--transparent-color1);
    font-weight: 300;
    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 {
    min-width: 65px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 1rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22rem; }
  .newsy .text-inner {
    padding: 10px 0;
    padding-right: 10px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 60vw; }
  .newsy .one-news {
    margin-bottom: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 10px 0;
    padding-right: 10px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 50vw; }
  .newsy .one-news {
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding-right: 10px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 220px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding-right: 10px;
    padding: 15px 0; }
  .newsy .foto img, .newsy .foto .logo {
    height: 290px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px;
    padding-left: 0; }
  .newsy .foto img, .newsy .foto .logo {
    height: 225px; } }

/*# sourceMappingURL=news.css.map */
