.c-offer-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-offer-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-offer-section {
    margin-bottom: 96px;
  }
}
.c-offer-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-offer-section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 1023px) {
  .c-offer-section__top {
    margin-bottom: 30px;
  }
}
.c-offer-section__top-label {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.c-offer-section__top-headline {
  text-align: center;
}
@media (min-width: 1023px) {
  .c-offer-section__top-headline {
    max-width: 730px;
  }
}
.c-offer-section__blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1023px) {
  .c-offer-section__blocks {
    flex-direction: row;
  }
}
.c-offer-section__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 20px;
  text-decoration: none;
  overflow: hidden;
  min-height: 280px;
}
@media (min-width: 1023px) {
  .c-offer-section__block {
    height: 420px;
  }
}
.c-offer-section__block:hover picture img {
  transform: scale(1.04);
  filter: brightness(80%);
}
.c-offer-section__block-label, .c-offer-section__block-description {
  z-index: 9;
}
.c-offer-section__block-label {
  width: -moz-fit-content;
  width: fit-content;
}
.c-offer-section__block-description {
  display: flex;
  gap: 10px;
}
.c-offer-section__block-description-text {
  padding: 15px 16px;
  line-height: 1.38em;
  text-align: left;
}
@media (min-width: 1023px) {
  .c-offer-section__block-description-text {
    padding: 15px 20px;
    width: 85%;
    max-width: 521px;
  }
}
.c-offer-section__block-description-arrow {
  transition: background-color 250ms ease-in-out;
  position: relative;
  display: inline-block;
  min-width: 72px;
  background-color: var(--color-orange);
}
@media (min-width: 1023px) {
  .c-offer-section__block-description-arrow {
    width: 15%;
    max-width: 72px;
  }
}
.c-offer-section__block-description-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9599 8.33041V12.4904H0.879883V8.33041H19.9599ZM9.15988 20.5304L19.2799 10.4104L9.15988 0.290405H14.9999L25.1199 10.4104L14.9999 20.5304H9.15988Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.c-offer-section__block picture {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-offer-section__block picture img {
  transition: transform 400ms ease-in-out, filter 400ms ease-in-out;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-offer-section__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color-grey);
  padding: 30px 20px 15px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1023px) {
  .c-offer-section__bottom {
    padding: 48px 20px 35px;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.c-offer-section__bottom::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  width: 116px;
  height: 32px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='118' height='33' viewBox='0 0 118 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59 32.6604L0.976318 0.4104L117.024 0.410411L59 32.6604Z' fill='%23F3F3F3'/%3E%3C/svg%3E%0A") no-repeat center;
  z-index: 0;
}
.c-offer-section__bottom-headline {
  text-align: center;
}
@media (max-width: 768px) {
  .c-offer-section__bottom-headline {
    font-size: 16px;
  }
}
.c-offer-section__link {
  margin-top: 30px;
}