.coh-style-xc-banner-button {
  background-color: rgb(245, 167, 6);
  padding-top: 1.25rem;
  padding-right: 1.875rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
  color: rgb(0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'rooney-sans', sans-serif;
  font-style: italic;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .coh-style-xc-banner-button {
    font-size: 1.375rem;
  }
}
.coh-style-xc-banner-button:hover {
  background-color: rgb(241, 158, 20);
  cursor: pointer;
}
