.btn-hover, .hover-orange {
  transition: all 0.3s ease;
}

.btn-hover-orange:hover {
  background-color: #ED6103 !important;
  color: #ffffff;
}

.btn-hover-green:hover {
  background-color: #40BF1F !important;
  color: #ffffff;
}

.hover-orange:hover {
  color: #ED6103 !important;
}

.btn-arrow-bottom, .btn-arrow-blue {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.btn-arrow-bottom:after, .btn-arrow-blue:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url(../../assets/img/icon-arrow-bottom.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-arrow-blue:after {
  background-image: url(../../assets/img/icon-arrow-bottom_blue.svg);
}

@media screen and (min-width: 768px) {
  .btn-arrow-bottom, .btn-arrow-blue {
    width: 330px;
    font-size: 20px;
  }
}
.hover-opacity:hover {
  opacity: 0.7;
}/*# sourceMappingURL=button.css.map */