.newsy .foto .image {
  margin: 0; }
.newsy .foto img {
  height: 430px;
  object-fit: cover;
  width: 100%; }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 25px 30px;
  padding-right: 10px; }
.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 .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: 24rem;
  margin-bottom: 20px;
  margin-top: 0; }
.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 h3 {
    font-size: 19rem;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px 10px;
    padding-right: 5px; }
  .newsy .foto img {
    height: 74vw; }
  .newsy .one-news {
    margin-bottom: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .foto img {
    height: 450px; }
  .newsy h3 {
    font-size: 19rem;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px 10px;
    padding-right: 5px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .foto img {
    height: 290px; }
  .newsy h3 {
    font-size: 19rem;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px 10px;
    padding-right: 5px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .foto img {
    height: 390px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px 10px;
    padding-right: 5px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .foto img {
    height: 315px; }
  .newsy h3 {
    font-size: 20rem; }
  .newsy .text-inner {
    padding: 15px 10px;
    padding-right: 5px; } }

/*# sourceMappingURL=news.css.map */
