.button-yellow {
    display: inline-block;
    height: 67px;
    width: 234px;
    color: #282F2B;
    border: 2px solid #F7C835;
    border-radius: 33.5px;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 20px;
    transition: background-color 300ms ease-in-out;
    font-size: 16px;
    font-family: 'Mont-SemiBold';

  }

  .button-yellow:hover {
    transition: background-color 300ms ease-in-out;
    cursor: pointer;
    background-color: #F7C835;
    color: #282F2B;
  }
  a{
      color: #00cc00;
  }

  .s-span {
    margin-left: 20px;
    height: 18px;
    width: 237px;
    opacity: 0.5;
    color: #282F2B;
    font-family: Mont;
    font-size: 12.6px;
    font-weight: 600;
    line-height: 18px;
  }
.link{
    padding-bottom: 8px;
    border-bottom: 3px solid #F7C835;

}

.link, .link:hover, .link:active, .link:visited, .link:focus {
    text-decoration:none;
    color: #000000;
}
