.eq_section {
  margin-bottom: 40px;
}
.eq_section td {
  padding: 5px;
}
.eq_section button {
  background: #e04e39;
  border: 1px solid #623b2a;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 16px;
  text-decoration: none;
  text-shadow: none;
  margin: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.eq_section button:hover {
  background: #623b2a;
  transition: all 0.5s;
}
.eq_section_divs .eq_section_divs__element {
  padding: 5px;
  min-height: 160px;
}
.eq_section_divs .eq_section_divs__element .eq_section_divs__element__content {
  background: #e84a36;
  padding: 5px;
  cursor: pointer;
  height: 160px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eq_section_divs .eq_section_divs__element .eq_section_divs__element__content:hover {
  background: #623b2a;
  transition: all 0.3s;
}
.eq_section_divs .eq_section_divs__element .eq_section_divs__element__content p {
  color: #FFF;
  font-size: 17px;
  text-align: center;
  margin: unset;
}
.form-declare__nearOffices-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0;
}
.form-declare__nearOffices-list a {
  padding: 15px;
  box-shadow: 0 4px 12px 0 #00000029;
  transition: all 0.3s;
}
.form-declare__nearOffices-list a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px 0 #0000004f;
  transition: all 0.3s;
}
.form-declare__nearOffices-header h3 {
  border: 1px solid #e5e4e4;
  background-color: #fafafa;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */