.h-yellow {
  color: #FFEB00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}
.h-black {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}

.box-yellow {
    background-color: #F7E017B3;
    border-radius: 10px;
}
.box-black {
    background-color: #000000B3;
    border-top-style: solid;
    border-color: #FFEB00;
    border-width: 3px;
}

.btn-yellow {
    background-color: #FFEB00;
    color: #000000;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
}
.btn-black {
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
}
.btn-full-width {
    width: 100%;
    padding: 15px 0px;
}

.information-clause {
    display:inline-block;
    max-height: 100px;
    overflow-y: scroll;
}
