.newsy .foto {
  position: relative; }
  .newsy .foto .image {
    margin: 0; }
  .newsy .foto img {
    height: 330px;
    object-fit: cover;
    width: 390px; }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column; }
.newsy .date {
  display: none; }
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy .title {
  padding: 15px 5px;
  border-bottom: 2px solid var(--primary-title);
  margin-bottom: 30px; }
.newsy h3 {
  color: var(--primary-title);
  font-size: 32rem;
  font-weight: 400;
  margin: 0;
  font-size: 30rem;
  text-align: center; }
.newsy p {
  font-size: 18rem;
  color: var(--primary-text);
  text-align: left; }
.newsy .one-news {
  margin-bottom: 30px;
  display: flex;
  background-color: var(--light-bg); }
  .newsy .one-news:nth-child(even) {
    flex-direction: row-reverse; }
    .newsy .one-news:nth-child(even) .buttons {
      justify-content: flex-start; }
  .newsy .one-news .buttons {
    flex-grow: 1;
    justify-content: flex-end; }
    .newsy .one-news .buttons a {
      margin: 0; }
.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 p {
    font-size: 14px; }
  .newsy h3 {
    margin-top: 0;
    font-size: 24rem; }
  .newsy .title {
    padding: 5px 5px;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .foto img {
    width: 100%;
    height: 60vw; }
  .newsy .one-news {
    flex-direction: column !important;
    margin-bottom: 15px; }
    .newsy .one-news .buttons {
      justify-content: center !important; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy p {
    font-size: 14px; }
  .newsy h3 {
    margin-top: 0;
    font-size: 24rem; }
  .newsy .title {
    padding: 5px 5px;
    margin-bottom: 10px; }
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy .text-inner {
    padding: 10px; }
  .newsy .foto img {
    width: 100%;
    height: 34vw; }
  .newsy .one-news {
    flex-direction: column !important;
    margin-bottom: 15px;
    width: 49%; }
    .newsy .one-news .buttons {
      justify-content: center !important; }
  .newsy .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy p {
    font-size: 16rem; }
  .newsy h3 {
    margin-top: 0;
    font-size: 24rem; }
  .newsy .title {
    padding: 8px 5px;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 10px 15px; }
  .newsy .foto img {
    height: 218px;
    width: 240px; }
  .newsy .buttons {
    margin-top: 0; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 10px 30px; }
  .newsy .foto img {
    height: 290px;
    width: 354px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 25px 40px; } }

/*# sourceMappingURL=news.css.map */
