.newsy .foto .image {
  margin: 0; }
.newsy .foto img {
  height: 19.3vw;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 54px;
  border-top-right-radius: 54px; }
.newsy .text {
  display: flex;
  width: 100%;
  border-bottom-left-radius: 54px;
  border-bottom-right-radius: 54px; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 50px; }
.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: 30rem;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center; }
.newsy p {
  font-size: 17rem;
  color: var(--primary-text);
  text-align: center;
  font-weight: 500;
  margin: 0; }
.newsy .one-news {
  margin-bottom: 0px;
  margin-bottom: 30px; }
.newsy .owl-item {
  padding: 10px; }
.newsy .wrapper {
  padding: 0 60px; }
.newsy .buttons {
  margin-top: 0px; }

@media (max-width: 575.5px) {
  .newsy .wrapper {
    padding: 0; }
  .newsy h3 {
    font-size: 19rem; }
  .newsy .text-inner {
    padding: 20px 10px; }
  .newsy .text {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px; }
  .newsy .foto img {
    height: 175px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px; }
  .newsy .buttons {
    justify-content: center; }
  .newsy .one-news {
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .wrapper {
    padding: 0; }
  .newsy h3 {
    font-size: 19rem; }
  .newsy .text-inner {
    padding: 20px 10px; }
  .newsy .text {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px; }
  .newsy .foto img {
    height: 280px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px; }
  .newsy .buttons {
    justify-content: center; }
  .newsy .one-news {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .wrapper {
    padding: 0 20px; }
  .newsy h3 {
    font-size: 20rem; }
  .newsy .text-inner {
    padding: 20px 10px; }
  .newsy .text {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px; }
  .newsy .foto img {
    height: 29.3vw;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px; }
  .newsy .buttons {
    justify-content: center; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .wrapper {
    padding: 0 20px; }
  .newsy h3 {
    font-size: 20rem; }
  .newsy .text-inner {
    padding: 20px 10px; }
  .newsy .text {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px; }
  .newsy .foto img {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .wrapper {
    padding: 0 20px; }
  .newsy h3 {
    font-size: 23rem; }
  .newsy .text-inner {
    padding: 20px 20px; } }

/*# sourceMappingURL=news.css.map */
