@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

.ff-poppins{
    font-family: 'Poppins', sans-serif;
}
.ff-garamond{
    font-family: 'EB Garamond', serif;
}
.btn-custom{
    background-color: #B68C5A !important;
    color: white !important;
}
.banner{
    background-image: url(./images/banner.png);
    height: 550px;
}
#criminal{
    background: rgb(193,193,193);
    background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(255,255,255,1) 100%);
}
.same{
    max-height: 500px;
}
@media (max-width: 576px) {
    .same{
        min-height: 800px;
    }
}
.bg-faq{
    background-color: #F3F3F3 !important;
}
.list{
    list-style: none;
}