.text_button {
  padding: 10rem 0rem;
  text-align: center;
}
@media (max-width: 568px) {
  .text_button {
    padding: 5rem 0rem;
  }
}
.text_button .container {
  max-width: 1011px;
}
.text_button .description_down p {
  font-weight: 350;
}
.text_button .description_down.more_space {
  padding-top: 2rem;
}
.text_button .cta_wrapper_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_button .cta_wrapper_arrow .cta_arrow:hover {
  background-color: #000;
  color: #fff;
}
.text_button .cta_wrapper_arrow .cta_arrow:hover svg path {
  stroke: #fff;
}
