.mod_01__block h2,
.mod_01__block h3,
.mod_01__block h4,
.mod_01__block h5 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.2;
}

.mod_01__pre_title h1,
.mod_01__pre_title h2,
.mod_01__pre_title h3,
.mod_01__pre_title h4 {
  font-weight: 500;
  font-size: 1.484rem;
  line-height: 1;
}

.mod_01__title h1,
.mod_01__title h2,
.mod_01__title h3,
.mod_01__title h4 {
  font-weight: 500;
  font-size: 4.156rem;
  line-height: 1;
}

.mod_01__pre_title .field {
  padding-left: 1.5rem;
  position: relative;
}

.mod_01__icon {
  position: absolute;
  left: 0;
  top: -0.3rem;
  background: unset;
}

.mod_01__pre_title {
  position: relative;
}

.mod_01__heading {
  padding: 2.5rem;
}

.mod_01__body {
  justify-content: flex-end;
  display: flex;
}

.mod_01__content {
  justify-content: flex-end;
}

.mod_01__content > div:not(.animated-shape) {
  position: relative;
}

.animated-shape {
  max-height: 70%;
  min-height: 50%;
  max-width: 60%;
  min-width: 20%;
  width: min(30vw, 25.125rem);
  position: absolute;
  bottom: 0;
  left: -2rem;
  z-index: -1;
  transform-origin: left bottom;
  transition: all 0.5s;
}

.mod_01__block {
  font-weight: 400;
  font-size: 1.188rem;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: max(47%, 28rem);
  padding: 2rem 0 0 2rem;
}

.mod_01__block__cta {
  margin: 2rem 0;
}

@media screen and (max-width: 991px) {
  .mod_01__heading {
    padding: 2rem 1rem 0;
  }

  .mod_01__pre_title {
    margin-bottom: 1.5rem;
  }

  .mod_01__title h1,
  .mod_01__title h2,
  .mod_01__title h3,
  .mod_01__title h4 {
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1;
  }

  .mod_01__pre_title h1,
  .mod_01__pre_title h2,
  .mod_01__pre_title h3,
  .mod_01__pre_title h4 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
  }

  .mod_01__body {
    display: flex;
    flex-flow: row;
    gap: 1.5rem;
    position: relative;
    margin-right: 0;
    padding: 2rem 1rem 4rem;
  }

  .mod_01__block {
    padding: 0 0 0 2rem;
  }
}

@media (prefers-reduced-motion) {
  .animated-shape {
    height: 80%;
    width: 15rem;
  }
}
