.hero-block {
  background: linear-gradient(135deg, #fff 0%, #fff8fd 58%, #fff 100%);
  border: 0;
  color: #333;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  padding: 80px 32px;
  position: relative;
  text-align: left;
}

.path-frontpage .region-content > #block-ceballos-cleaning-homepage-hero + .block {
  border-top: 0 !important;
}

.hero-block > .container {
  max-width: calc(var(--ceballos-cleaning-content-width) + (var(--ceballos-cleaning-content-gutter) * 2));
  padding-left: var(--ceballos-cleaning-content-gutter);
  padding-right: var(--ceballos-cleaning-content-gutter);
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-block__layout {
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .hero-block__layout > .col-md-6:first-child {
    padding-right: 3.25rem;
  }

  .hero-block__layout > .col-md-6:last-child {
    padding-left: 3.25rem;
  }
}

.hero-block__heading {
  color: var(--ceballos-cleaning-header);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.hero-block__body {
  color: #3f3f3f;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  max-width: 42rem;
}

.hero-block__actions a {
  border: 1px solid transparent;
  box-shadow: 0 8px 16px rgba(205, 71, 154, 0.14);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  padding: 0.75rem 1.5rem;
  transition: box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero-block__actions a:hover,
.hero-block__actions a:focus {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 20px rgba(205, 71, 154, 0.2);
}

.hero-block__image {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-block__image .field,
.hero-block__image .field__item {
  width: 100%;
}

.hero-block__image img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.06));
  display: block;
  height: auto;
  margin-left: auto;
  max-width: 100%;
  position: relative;
  width: min(100%, 420px);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .hero-block {
    padding: 48px 32px;
    text-align: center;
  }

  .hero-block__heading {
    line-height: 1.08;
  }

  .hero-block__body {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-block__actions {
    margin-bottom: 0.5rem;
  }

  .hero-block__image img {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 320px);
  }
}
