/*
Theme Name: Fotonia Child
Theme URI: https://matchthemes.com/premium/fotonia-photography-theme-wordpress/
Description: Child theme for the Fotonia theme 
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: fotonia
*/

.oferta-items .offer-item {
  margin-bottom: 30px;
}

.offer-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.offer-card__image {
  overflow: hidden;
}

.offer-card__image a {
  display: block;
}

.offer-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.offer-card__content {
  padding-top: 15px;
}

.offer-card__title {
  margin: 0 0 12px;
  line-height: 1.3;
  font-size: 24px;
}

.offer-card__title a {
  text-decoration: none;
}

.offer-lead {
  line-height: 1.6;
}

.offer-lead p:last-child {
  margin-bottom: 0;
}