.btn {
    padding: 8px 16px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-orange-outline {
    background: white;
    border: 1px solid #da6b0e;
    color: #da6b0e;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.btn-orange-outline:hover {
    border: 1px solid #da6b0e;
    background: #fcf0e7;
    color: #da6b0e;
}
