.YellowButton_class {
  width: 277px;
  height: 45px;
  background: #fff000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #000;
}
.YellowButton_class:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
@media screen and (max-width: 1365px) {
  .YellowButton_class {
    width: 100%;
    padding: 5px 15px 0 15px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .YellowButton_class {
    width: 150px;
    height: 22px;
    padding: 0 15px 0 15px !important;
    font-family: "Jost", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
  }
}

/*# sourceMappingURL=yellow-button.css.map */
