.ofertaHome {
  margin: 0 0 36px 0;
}

.ofertaHome .container {
  padding-left: 0;
  padding-right: 0;
}

.ofertaHome__header {
  margin-bottom: 14px;
}

.ofertaHome__header h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  padding-bottom: 14px;
}

.ofertaHome__header h2:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #f2c400;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ofertaHome__row {
  margin-left: -6px;
  margin-right: -6px;
}

.ofertaHome__row > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.ofertaHome__link,
.ofertaHome__link:hover,
.ofertaHome__link:focus {
  text-decoration: none;
}

.ofertaHome__item {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  height: 98px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ofertaHome__item:hover {
  background: #f8f3de;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
  border-color: #e7d998;
}

.ofertaHome__accent {
  width: 4px;
  background: #f2c400;
  align-self: stretch;
  flex: 0 0 4px;
}

.ofertaHome__icon {
  width: 168px;
  min-width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px 0 14px;
}

.ofertaHome__icon img {
  width: 138px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
}

.ofertaHome__text {
  padding: 0 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1 1 auto;
}

.ofertaHome__text h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.08;
  color: #2b2b2b;
  font-weight: 700;
  word-break: break-word;
}

.ofertaHome__text p {
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  font-size: 11px;
  line-height: 1.08;
  color: #7a7a7a;
  word-break: break-word;
}

@media (max-width: 1399px) {
  .ofertaHome__item {
    height: 94px;
  }

  .ofertaHome__icon {
    width: 150px;
    min-width: 150px;
    padding: 0 4px 0 12px;
  }

  .ofertaHome__icon img {
    width: 118px !important;
  }

  .ofertaHome__text h3 {
    font-size: 13px;
  }

  .ofertaHome__text p {
    font-size: 10px;
  }
}

@media (max-width: 1199px) {
  .ofertaHome__item {
    height: 92px;
  }

  .ofertaHome__icon {
    width: 138px;
    min-width: 138px;
    padding: 0 4px 0 10px;
  }

  .ofertaHome__icon img {
    width: 106px !important;
  }

  .ofertaHome__text {
    padding: 0 10px 0 0;
  }

  .ofertaHome__text h3 {
    font-size: 13px;
    line-height: 1.06;
  }

  .ofertaHome__text p {
    font-size: 10px;
    line-height: 1.06;
    margin-top: 2px !important;
  }
}

@media (max-width: 991px) {
  .ofertaHome__item {
    height: 88px;
  }

  .ofertaHome__icon {
    width: 118px;
    min-width: 118px;
    padding: 0 4px 0 10px;
  }

  .ofertaHome__icon img {
    width: 88px !important;
  }

  .ofertaHome__text h3 {
    font-size: 12px;
  }

  .ofertaHome__text p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .ofertaHome__header h2 {
    font-size: 26px;
  }

  .ofertaHome__item {
    height: 76px;
  }

  .ofertaHome__icon {
    width: 88px;
    min-width: 88px;
    padding: 0 2px 0 8px;
  }

  .ofertaHome__icon img {
    width: 64px !important;
  }

  .ofertaHome__text {
    padding: 0 8px 0 0;
  }

  .ofertaHome__text h3 {
    font-size: 12px;
    line-height: 1.04;
  }

  .ofertaHome__text p {
    font-size: 10px;
    line-height: 1.04;
    margin-top: 2px !important;
  }
}