@charset "UTF-8";

@media (max-width:1199.98px){
.container .row .col-1.col-md-4 {
    padding: 0px;
    margin-bottom: 10px;
}
.row .col-1.col-md-4 .card {
    margin: 10px;
    border-radius: 16px;
    height: 100%;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
}
.col-1.col-md-4 .card .card-img-top.img-fluid {
    border-radius: 16px;
    height: 200px;
}
.card .card-body .btn.btn-primary {
    padding: 0px;
}
.container .container-fluid .text-large {
    font-size: large;
    font-weight: 600;
    color: rgba(199,125,39,1.00);
}
}

@media (min-width:1200px){
.container .container-fluid .text-large {
    font-weight: 600;
    font-size: large;
    color: rgba(219,149,0,1.00);
}
}
