#contact {
  margin: 53px 0;
}

#contact .row {
  gap: 80px;
}
.contact-form {
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  padding: 37px 16px;
}

.contact-form-header {
  margin-bottom: 48px;
  text-align: center;
}

.contact-form-header h3 {
  margin-bottom: 8px;
}

.contact-form-header h3 img {
  margin-right: 16px;
}

.input-box input,
.input-box textarea {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 14px 10px;
  width: 49%;
}

.input-box textarea {
  width: 100%;
}
.input-box {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
  align-items: flex-start;
}

.input-box input[type="checkbox"] {
  width: auto;
}

#contact {
  z-index: 1;
}
#contact img.dot {
  display: none;
}

#contact img.dot-left2 {
  position: absolute;
  right: 0;
  top: -30px;
}

#contact img.dot-left1 {
  position: absolute;
  top: 400px;
  left: 600px;
  z-index: 9;
}

#representatives .slider .slider-wrapper {
  padding: 30px;
}

.card-representatives {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 32px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.card-representatives h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-representatives h5 {
  margin-bottom: 28px;
}

.card-representatives p {
  margin-bottom: 16px;
}

.card-representatives a {
  color: #7a7a7a;
}

#representatives img.dot-left3 {
  top: -140px;
  left: 200px;
}

#representatives img.dot-left4 {
  display: block;
  left: 110px;
}

#contact-map img.dot {
  display: none;
}

#contact-map iframe {
  width: 100%;
  margin-top: 44px;
  border-radius: var(--radius-md);
}

#contact-map .row {
  gap: 20px;
}

#contact-map {
  text-align: center;
}

#contact-map a {
  color: #7a7a7a;
}

#cards-choice {
  margin-bottom: 70px;
}

#instagram h2 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

#instagram {
  text-align: center;
  margin-bottom: 24px;
}

#instagram p {
  padding-bottom: 16px;
  border-bottom: 3px solid #e30613;
  width: 360px;
  margin: 0 auto 24px;
}

#instagram a {
  font-family: var(--title-font-family);
}

#representatives .slider-button-previous {
  left: -27px;
}

#representatives .slider-button-next {
  right: -4px;
}

#representatives > div > div > div.col-lg-3 > div {
  gap: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

#representatives > div > div > div.col-lg-3 > div > div {
  width: 250px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#representatives > div > div > div.col-lg-3 > div > button.active-button {
  color: #e30613;
  background-color: #ffffff;
  border: 1.7px solid #e30613;
}

#representatives > div > div > div.col-lg-3 > div > div > button {
  font-family: var(--button-font-family);
  font-size: var(--font-size-sm);
  color: var(--color-on-primary);
}

#representatives > div > div > div.col-lg-3 > div > div:hover > button {
  cursor: pointer;
  color: #000000;
}

#representatives {
  margin-bottom: 56px;
}

/* #representatives > div > div > div.col-lg-9 > div.content-1.container > div > div > div:nth-child(4) > h4,
#representatives > div > div > div.col-lg-9 > div.content-1.container > div > div > div:nth-child(5) > h4 {
  margin-top: -15px;
}  */
