.newsy .foto .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  width: 100%;
  border: 1px solid var(--light-bg2); }
  .newsy .foto .logo p {
    margin-bottom: 0;
    text-wrap: nowrap; }
    .newsy .foto .logo p.first-line {
      font-size: 49rem;
      font-weight: 600;
      color: var(--element1-color);
      text-transform: uppercase; }
    .newsy .foto .logo p.second-line {
      padding-left: 3px;
      margin-top: -10px;
      font-size: 15rem;
      font-weight: 600; }
      .newsy .foto .logo p.second-line span {
        color: var(--element1-color);
        font-size: 18rem;
        font-weight: 700; }
.newsy .foto .image {
  margin: 0; }
.newsy .foto img {
  height: 320px;
  object-fit: cover;
  width: 100%; }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 25px; }
  .newsy .text-inner:after {
    display: block;
    content: "";
    background-image: url("/img/arrow-icon.svg?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 .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px;
  background-color: var(--light-bg); }
  .newsy .date span {
    font-size: 20rem;
    letter-spacing: 3rem;
    color: var(--primary-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: 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 {
    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 .logo, .newsy .foto img {
    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: 15px; }
  .newsy .foto .logo, .newsy .foto img {
    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: 15px; }
  .newsy .foto .logo, .newsy .foto img {
    height: 220px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto .logo, .newsy .foto img {
    height: 290px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto .logo, .newsy .foto img {
    height: 225px; } }

/*# sourceMappingURL=news.css.map */
