.l-header-insurance__info-title {
  color: #007ac7;
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
  padding: 0 20px;
}
.l-header-insurance__info-title strong {
  font-weight: 900;
}
.l-header-insurance__info-text {
  color: #979797;
  font-size: 0.875em;
  line-height: 1.64;
  margin: 0;
  padding: 0 20px;
}
.l-header-insurance__content h1 {
  font-size: 3.75em;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  font-size: 3.75em;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1599.98px) {
  .l-header-insurance__content h1 {
    font-size: 3em;
    display: block;
    display: -webkit-box;
    font-size: 3em;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991.98px) {
  .l-header-insurance__content h1 {
    display: block;
    display: -webkit-box;
    font-size: 2.5em;
    line-height: 1.2;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-header-insurance__text {
  font-size: 1.125em;
  line-height: 1.56;
  display: block;
  display: -webkit-box;
  font-size: 1.125em;
  line-height: 1.56;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1599.98px) {
  .l-header-insurance__text {
    font-size: 0.9em;
    display: block;
    display: -webkit-box;
    font-size: 14.4px;
    line-height: 1.56;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991.98px) {
  .l-header-insurance__text {
    font-size: 1.125em;
    display: block;
    display: -webkit-box;
    font-size: 1.125em;
    line-height: 1.56;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-header-insurance__info-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.l-header-insurance__info-body::before {
  content: " ";
  width: 100%;
  height: 95px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}
.l-header-insurance__form-container {
  padding: 0 40px 50px;
  margin-top: 25px;
  top: 0;
}
@media (max-width: 991.98px) {
  .l-header-insurance__form-container {
    padding: 0 25px 30px;
  }
}
.l-header-insurance__image {
  position: relative;
  margin: -25px auto 0;
}
.l-header-insurance__info-link {
  display: flex;
  justify-content: center;
}
.l-header-insurance__info-link .o-button-yellow {
  margin: 0 !important;
}
.l-header-insurance__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-header-insurance__content {
  min-height: 585px;
}
@media (max-width: 991.98px) {
  .l-header-insurance__content {
    min-height: initial;
  }
}
.l-header-insurance__arrow {
  bottom: -30px;
}