.cdo-easy-plans-banner {
  padding: 18px 0 34px;
}

.cdo-easy-plans-banner-link {
  display: block;
  text-decoration: none;
}

.cdo-easy-plans-banner-figure {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #fff8e9;
  border: 1px solid rgba(23, 59, 47, 0.14);
  box-shadow: 0 22px 52px rgba(23, 59, 47, 0.12);
}

.cdo-easy-plans-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.cdo-easy-plans-banner-caption {
  padding: 12px 18px;
  color: #173b2f;
  font-weight: 800;
  text-align: center;
  background: rgba(255, 248, 233, 0.92);
}

.cdo-easy-plans-banner-link:hover .cdo-easy-plans-banner-figure {
  transform: translateY(-2px);
  box-shadow: 0 28px 62px rgba(23, 59, 47, 0.16);
}

.cdo-easy-plans-banner-figure {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

@media (max-width: 767px) {
  .cdo-easy-plans-banner {
    padding: 10px 0 24px;
  }

  .cdo-easy-plans-banner-figure {
    border-radius: 20px;
  }
}