.insurance-section-lp-30 {
  padding: 60px 20px;
}

.insurance-section-lp-30 .section-wrap-centered {
  padding: 50px;
  border: solid 2px #dce3ea;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 1rem;
  display: flex;
  gap: 47px;
  align-items: center;
}

.insurance-section-lp-30 .section-wrap-centered h2{
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  font-family: Roboto;
}

.insurance-details-wrap {
  width: 100%;
  max-width: 735px;
}

.insurance-section-lp-30 .section-wrap-centered .img-inner-wrap {
  width: 100%;
  max-width: 257px;
}
.insurance-section-lp-30 .section-wrap-centered .wysiwyg-content *:not(strong) {
  color: #000;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
}
@media screen and (max-width: 767px) {
  .insurance-section-lp-30 {
    padding: 40px 20px;
  } 

  .insurance-section-lp-30 .section-wrap-centered  {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    border-radius: 20px;
    border: solid 1px #B1B1B1;
  }

  .insurance-section-lp-30 .section-wrap-centered h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .insurance-section-lp-30 .section-wrap-centered .wysiwyg-content p {
    text-align: center;
  }

  .insurance-section-lp-30 .section-wrap-centered .img-inner-wrap {
    max-width: 100%;
  }

  .insurance-section-lp-30 .section-wrap-centered .img-inner-wrap img {
    width: 100%;
  }
  .insurance-section-lp-30 .section-wrap-centered .wysiwyg-content * {
    font-size: 16px;
    line-height: 24px;
  }
}