.how-help-section {
  color: #333;
  font-family: news-gothic-std, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  padding-bottom: 5%;
}

.how-help-section h2 {
  color: #012f6b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.how-help-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.how-help-section .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.how-help-section .tab-pane {
  width: 100%;
  padding-top: 0;
}

.how-help-section .txt-div-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.how-help-section .txt-div-2._55 {
  width: 74%;
}

.how-help-section .txt-div-2._55.white {
  color: #fff;
}

.how-help-section .tab-link {
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2em;
  display: flex;
}

.how-help-section .tab-link:hover {
  color: #ffffff3d;
}

.how-help-section .tab-link.w--current {
  background-color: #862633;
}

.how-help-section .tab-link.w--current:hover {
  color: #fff;
}

.how-help-section .tab-content-holder {
  justify-content: space-between;
  padding: 55px;
  display: flex;
}

.how-help-section .eyebrow {
  color: #862633;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 400;
}

.how-help-section .tabs-content {
  background-color: #092553;
  background-image: radial-gradient(circle at 0 0, #00000078, #fff0);
  border-radius: 15px;
  width: 100%;
  margin-top: 50px;
}

.how-help-section .tabs {
  flex-flow: column;
  align-items: flex-end;
  width: 90%;
  max-width: 1600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.how-help-section .wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.how-help-section .wrap.center {
  text-align: center;
}

.how-help-section .how-help-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.how-help-section .img-div-2 {
  border-radius: 15px;
  overflow: hidden;
}

.how-help-section .img-div-2._40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-height: none;
  display: flex;
}

.how-help-section .h2 {
  font-size: 2.5em;
}

.how-help-section .h2.no {
  margin-bottom: 0;
}

.how-help-section .tabs-menu {
  background-color: #0E2F6C;
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.how-help-section h3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .how-help-section .txt-div-2._55.white {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .how-help-section .tab-content-holder {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding: 20px;
  }

  .how-help-section .img-div-2._40 {
    width: 50%;
    max-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .how-help-section h2 {
    font-size: 2.5em;
  }

  .how-help-section .img-div-2._40 {
    max-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .how-help-section h2 {
    font-size: 2em;
  }

  .how-help-section .tab-link {
    width: 100%;
  }

  .how-help-section .tabs-content {
    margin-top: 20px;
  }

  .how-help-section .tabs {
    margin-top: 30px;
  }

  .how-help-section .img-div-2._40 {
    width: 100%;
    max-height: 350px;
  }

  .how-help-section .h2.no {
    font-size: 2em;
  }

  .how-help-section .tabs-menu {
    border-radius: 20px;
    flex-flow: column;
  }
}


