/* hero section */

h1,
p {
  line-height: normal;
}

.underline {
  -webkit-text-decoration: #3f91c1 solid underline;
  text-decoration: #3f91c1 solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
  color: #3f91c1;
  background-color: #fff;
}

.margin-inline {
  margin-inline: 1.938rem;
}

.margin-block-start {
  margin-top: 1.938rem;
}

.herosection {
  display: flex;
  flex-direction: column;
  height: 476px;
  background-color: #fff;
  padding-left: 98px;
  justify-content: center;
}

.herosection h1 {
  font-size: 41px;
  font-weight: 700;
  color: var(--primary-color);
  width: 781px;
  line-height: 48px;
  margin-top: 17.5px;
}

.herosection hr {
  width: 95px;
  height: 4px;
  background-color: #e80a37;
  border: none;
  margin-top: 30px;
}

.turnback {
  display: flex;
  align-items: center;
}

.chevron-right::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M1 13.5L7 7.5L1 1.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-inline: 10px;
}

.svg-check::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cg clip-path='url(%23clip0_218_1017)'%3E%3Cpath d='M0.308594 15.5099C0.308594 15.5099 4.91659 20.4817 5.83659 22.5126H9.79659C11.4566 17.6558 17.9046 6.06376 23.4334 2.00042C24.5774 0.589754 21.7014 0.00708741 19.3794 0.941654C15.8794 2.34849 9.27939 13.101 8.04739 15.6862C6.29939 16.127 4.45539 12.861 4.45379 12.861L0.308594 15.5099Z' fill='%23118811'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_218_1017'%3E%3Crect width='24' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin-right: 8px;
  vertical-align: middle;
}
.bodysection {
  display: flex;
  flex-direction: column;
  background-color: #efede8;
  align-items: center;
}

/* end hero section */
