.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: 378px;
  object-fit: cover;
  width: 100%; }
.newsy .text {
  display: flex;
  width: 100%; }
.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(--primary-title);
  font-size: 34rem;
  margin-bottom: 25px;
  margin-top: 45px;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
.newsy p {
  font-size: 19rem;
  color: var(--transparent-color1);
  font-weight: 300;
  text-align: left;
  color: var(--primary-text); }
.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; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 65vw; }
  .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: 15px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 350px; }
  .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: 15px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 230px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 315px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img, .newsy .foto .logo {
    height: 250px; } }

/*# sourceMappingURL=news.css.map */
