/* buttons */
/* horizontal-blocks */
.support .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.support .informations {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 8rem;
}
.support .titles {
  width: fit-content;
  color: #fff;
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
}
.support .titleOne,
.support .titleTwo {
  width: 100%;
  padding: 1rem 2rem;
}
.support .titleOne {
  margin-bottom: 0.5rem;
}
.support .timetable {
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 27.938rem;
  text-align: center;
  padding: 1rem 4rem;
}
.support .button-secondary {
  width: fit-content;
  border-radius: 1rem;
}
.support .green-number {
  max-width: 100%;
}
.support .phonecall {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 849px) {
  .support .right {
    display: none;
  }
  .support .inner {
    justify-content: center;
  }
}
@media (max-width: 549px) {
  .support .inner {
    display: initial;
  }
  .support .informations {
    margin-bottom: 5rem;
    gap: 2rem;
  }
  .support .titleOne,
  .support .titleTwo {
    padding: 1rem;
  }
}

/*# sourceMappingURL=support.css.map */
