.c-offer {
  display: block;
  margin-bottom: 20px;
  height: 450px;
}
.c-offers-sidebar .c-offer {
  height: 400px;
}
@media (max-width: 1599.98px) {
  .c-offers-sidebar .c-offer {
    height: 320px;
  }
}
@media (max-width: 1599.98px) {
  .c-offer {
    height: 360px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .c-offer {
    margin-bottom: 30px;
  }
}
.c-offer:hover .c-offer__image img {
  transform: scale(1.1);
}
.c-offer:hover .c-offer__text:after {
  right: -5px;
}
.c-offer:hover .c-offer__text:before {
  right: 59px;
}
.c-offer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.c-offer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 /*transition: transform 0.3s ease-in-out;*/
}
.c-offer a {
  opacity: 1;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.c-offer__text {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  padding: 22px 82px 22px 15px;
  border-radius: 6px;
}
.c-offer__text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/ofertas/offer-arrow.svg") no-repeat center center;
  background-size: 24px 18px;
  width: 64px;
  height: 100%;
  transition: right 0.3s ease-in-out;
}
.c-offer__text:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 64px;
  width: 1px;
  height: 70%;
  border-left: 1px dashed #c6c6c6;
  transition: right 0.3s ease-in-out;
}
.c-offer__text p {
  position: absolute;
  top: -12px;
  left: 15px;
  border-radius: 6px;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  padding: 2px 42px 2px 6px;
  background-image: url("../../images/ofertas/company-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 14px;
}
.c-offer__text p:hover, .c-offer__text p:active, .c-offer__text p:focus, .c-offer__text p:visited {
  color: #fff;
}
.c-offer__title {
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.c-offer__title:hover, .c-offer__title:active, .c-offer__title:focus, .c-offer__title:visited {
  color: #000;
}