.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #f5f5f5;
    border: 1px solid #a2a2a2;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

h2, .h2 {
    color: #878787;
    font-size: 29px;
    text-align: left!important;
    padding: 10px!important;
    text-transform: uppercase;
    width: 100%;
}