.js_reg_auth {
  display: none !important;
}

.main__img {
  width: 100%;
  height: auto;
}

.info {
  margin-bottom: 30px;
  font-size: 18px;
}
.info__btn {
  color: #FFF !important;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 2rem;
  background: rgb(40, 86, 188);
  padding: 1rem 6rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 0.2rem solid rgb(40, 86, 188);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  text-decoration: none;
}
.info__btn:hover {
  background: transparent;
  color: rgb(40, 86, 188) !important;
  text-decoration: none;
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 768px) {
  .info {
    font-size: 16px;
  }
  .info__btn {
    padding: 1rem 3rem;
    font-size: 1.5rem;
    border-radius: 5rem;
  }
}

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