*{
    font-family: 'Noto Serif', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'PT Serif', serif;
}

a{
    text-decoration: none !important;
}

.underline{
    height: 5px;
    width: 120px;
    background-color: brown;
    border-radius: 20px;
}

.bg-f2f2f2{
    background-color: #f2f2f2;
}



.owl-carousel .card-body img {
    object-fit: cove !important;
    max-height: 100% !important;
    max-width: 100% !important;
}