

/* body{
    font-family: 'Roboto', sans-serif !important;
} */

p{
    font-family: 'Roboto', sans-serif !important;
    font-weight:normal;
    font-style:normal;
}

h3 {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight:500;
    /* font-style:normal; */
}


.bg-dark {
    --bs-bg-opacity: .98;
}


img {
    display: block;
    /* max-width: 100%; */
    /* height: auto; */
    height:200px;
    object-fit: cover;
}

