#contact-section {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  font-size: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  #contact-section {
    padding: 50px 0;
  }
}
#contact-section svg {
  fill: #1D1D1D;
  width: 44px;
  height: 44px;
}
#contact-section h3 {
  margin-top: 2rem;
}
#contact-section p {
  margin-top: 2rem;
  color: #313131;
}
#contact-section .services-wrapper {
  margin-top: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
#contact-section .checkbox-label-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1;
}
#contact-section .checkbox-label-wrapper input[type=checkbox] {
  margin: 0;
  border: 2px solid #9BA0A6;
  width: 20px;
  height: 20px;
}
#contact-section .checkbox-label-wrapper label {
  margin: 0;
  line-height: 1;
  font-size: 16px;
}
#contact-section .preferred-contact-options {
  display: flex;
  gap: 2rem;
}
#contact-section .radio-label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#contact-section .radio-label-wrapper input[type=radio] {
  margin: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
#contact-section .radio-label-wrapper label {
  margin: 0;
  line-height: 1;
  display: flex;
  font-size: 16px;
  cursor: pointer;
}
#contact-section textarea {
  border: none;
  width: 100%;
  height: 120px;
}
#contact-section .form-control {
  border: none !important;
}

#locations {
  padding: 25px 0;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  #locations {
    padding: 50px 0;
  }
}
#locations #location-content .icon svg {
  width: 24px;
  fill: #1D1D1D;
}
#locations #location-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

#contact-thank-you {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  min-height: 50vh;
}
@media (min-width: 768px) {
  #contact-thank-you {
    padding: 50px 0;
  }
}
#contact-thank-you .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}