.newsy .foto img {
  aspect-ratio: 540/395; }
.newsy .foto .image {
  margin: 0 !important; }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 35px; }
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy h3 {
  color: var(--primary-title);
  font-size: 30rem;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0; }
.newsy p {
  font-size: 18rem;
  text-align: center;
  color: var(--transparent-color2); }
.newsy .one-news {
  padding: 0 10px;
  margin-bottom: 20px; }
  .newsy .one-news:hover .inner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

@media (max-width: 575.5px) {
  .newsy .owl-nav {
    display: none; }
  .newsy h3 {
    font-size: 22rem; }
  .newsy .text-inner {
    padding: 25px 15px; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .owl-nav {
    display: none; }
  .newsy h3 {
    font-size: 22rem; }
  .newsy .text-inner {
    padding: 25px 15px; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy h3 {
    font-size: 22rem; }
  .newsy .text-inner {
    padding: 25px 15px; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy h3 {
    font-size: 25rem; }
  .newsy .text-inner {
    padding: 25px 15px; }
  .newsy p {
    font-size: 16rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy h3 {
    font-size: 25rem; }
  .newsy .text-inner {
    padding: 25px 15px; }
  .newsy p {
    font-size: 16rem; } }

/*# sourceMappingURL=news.css.map */
