.insurance_partner {
  padding: 1rem 0;
}
.insurance_partner .title {
  padding: 1rem 0.5rem;
}
.insurance_partner .title h2 {
  color: #004135;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin: auto;
}
.insurance_partner .title p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #797878;
  line-height: 2.3438rem;
  font-family: var(--main-font, "Filson Pro");
}
.insurance_partner .container {
  padding: 1rem;
}
.insurance_partner .container .row {
  align-items: center;
  justify-content: center;
}
.insurance_partner .container .row .customCol {
  padding: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .insurance_partner {
    padding: 1rem 0;
  }
  .insurance_partner .title {
    padding: 1rem 0.5rem;
  }
  .insurance_partner .title h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin: auto;
    margin-bottom: 0;
  }
  .insurance_partner .title p {
    margin: 0;
    font-size: 0.67rem;
    font-weight: 400;
    color: #000;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
