.theme-hover:hover {
    background-color: #ddd;
    color: white;
}

.text-warning {
    font-weight: 900!important;
}

.bg-theme {
    background-color: rgb(255 251 226) !important;
}

.blog_details p {
    font-size: 18px !important;
}

.blog_details ul {
    font-size: 18px;
}

.team_member {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.height-220 {
    height: 280px !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.footer_logobox {
    margin: -27px 0;
}

.bg-image {
    min-height: 600px;
}