.newsy-carousel .foto img {
  height: 266px;
  border-radius: 5px; }
.newsy-carousel .text {
  display: flex;
  width: 100%; }
.newsy-carousel .text-inner {
  flex: 1 1 50%;
  padding: 28px 0;
  padding-right: 55px; }
.newsy-carousel .date {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px; }
  .newsy-carousel .date span {
    font-size: 20rem;
    letter-spacing: 3rem;
    color: var(--secondary-text);
    display: block;
    text-align: center; }
  .newsy-carousel .date strong {
    font-size: 25rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    display: flex; }
.newsy-carousel h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy-carousel h3 {
  color: black;
  font-size: 26rem;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 0; }
.newsy-carousel p {
  color: var(--transparent-color1);
  text-align: left;
  font-weight: 300;
  line-height: 140%; }
.newsy-carousel .owl-item {
  padding: 10px; }

@media (max-width: 575.5px) {
  .newsy-carousel h3 {
    font-size: 22rem;
    margin-bottom: 10px; }
  .newsy-carousel .text-inner {
    padding: 10px 0;
    padding-right: 10px; }
  .newsy-carousel .foto img {
    height: 45vw; }
  .newsy-carousel .container {
    max-width: 100%; }
  .newsy-carousel .owl-nav {
    display: none; }
  .newsy-carousel .buttons {
    margin-top: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy-carousel .text-inner {
    padding: 10px 0;
    padding-right: 10px; }
  .newsy-carousel .foto img {
    height: 34vw; }
  .newsy-carousel .container {
    max-width: calc(100% - 180px); } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy-carousel .text-inner {
    padding-right: 10px; }
  .newsy-carousel .foto img {
    height: 275px; }
  .newsy-carousel .container {
    max-width: 540px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy-carousel .text-inner {
    padding-right: 10px;
    padding: 15px 0; }
  .newsy-carousel .foto img {
    height: 195px; }
  .newsy-carousel .container {
    max-width: 773px; } }
@media (min-width: 1200px) and (max-width: 1329.5px) {
  .newsy-carousel .foto img {
    height: 235px; }
  .newsy-carousel .container {
    max-width: 915px; } }
@media (min-width: 1330px) and (max-width: 1579.5px) {
  .newsy-carousel .container {
    max-width: 1050px; } }
@media (min-width: 1580px) {
  .newsy-carousel .foto img {
    height: 346px; }
  .newsy-carousel .container {
    max-width: 1305px; } }

/*# sourceMappingURL=news_carousel.css.map */
