.billing-insurance-section {
  padding: 100px 20px;
}

.billing-insurance-section .section-wrap-centered {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.billing-insurance-section .section-wrap-centered > label {
  color: #808080;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.billing-insurance-section .section-wrap-centered > label,
.billing-insurance-section .section-wrap-centered > h2 {
  margin-bottom: 6px;
}
.billing-insurance-section .section-wrap-centered > h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px; 
  letter-spacing: -0.56px;
}
@media only screen and (max-width: 767px) {
  .billing-insurance-section .section-wrap-centered h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
 }
 .billing-insurance-section {
  padding: 40px 20px;
}
.billing-insurance-section .section-wrap-centered label {
  margin-bottom: 6px;
}
}
.billing-insurance-section .section-wrap-centered > p {
  color: #404040;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  text-align: center;
}
.billing-insurance-section .section-wrap-centered .image-gallery {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .billing-insurance-section .section-wrap-centered .image-gallery {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-insurance-section .section-wrap-centered .image-gallery {
    gap: 10px;
    margin-top: 32px;
 }
 .billing-insurance-section .section-wrap-centered p {
  font-size: 18px;
  line-height: 26px;
 }
 .billing-insurance-section .section-wrap-centered p br {
  display: none;
 }
}
@media only screen and (max-width: 767px) {
  .billing-insurance-section .section-wrap-centered .image-gallery img {
    width: 105px;
 }
}
