body{
    font-family: Avenir,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #070707;
    font-size: 16px;
    line-height: 1.6;
    background: #f8f8f8;
}
a{
    color: #070707 !important;
}

.container{
}

.card{
    border: 3px solid #d99814 !important;
    max-width: 461px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.card-img, .card-img-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-custom{
    background: #d99814;
    color: #fff !important;
    border-radius: 0 !important;
}
.btn-custom:hover{
    background: #111;
    color: #fff !important;
}