@charset "UTF-8";

.create .other_company .background {
  margin-bottom: 0;
  border-radius: 0;
}
.so_far {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .payments_create .background.other {
    border-radius: 0;
  }
  .so_far {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .payments_create .background.about {
    padding-bottom: 6rem;
  }
}