.et_pb_button {
  background-color: #ab0000;
  border-radius: 60px;
  border-color: #ab0000;
  color: #fff;
}
.et_pb_button:after {
  display: none;
}
.et_pb_button:hover {
  padding: 0.3em 1em !important;
  color: #fff !important;
  background-color: #ab0000 !important;
}

/* row */
@media (max-width: 767px) {
  .et_pb_row {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.main__header .et_pb_column {
  margin-bottom: 0;
}

.main__banner:before {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(200deg, #24baef 0%, #004573 100%);
  opacity: .78;
  transition: background .3s,border-radius .3s,opacity .3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

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