.row {
    justify-content: center;
}

.col-sm-4, .col-sm-6 {
    max-width: 360px;
}

.text-gray {
    color: #716e6d;
    font-size: 12px;
}

.btn-yellow {
    background-color: #ffd32d;
    border-color: #ffd32d;
    width: 120px;
    font-size: 12px;
}

.text-light-gray, a.text-light-gray {
    color: #ada9a8;
    font-size: 11px;
}

a.text-light-gray {
    text-decoration: underline;
}


.btn-yellow:hover {
    background-color: #f68b33;
    border-color: #ffd32d;
}

hr {
    max-width: 600px;
    border-top-width: 10px;
    border-top-color: #f6f5f4;
}