.logo-one {
    background: #fff;
    display: block;
    border-radius: 50%;
    padding: 10px;
    line-height: 1 !important;

}

.logo-one img {
    aspect-ratio: 1 / 1;
    width: 50px;
    object-fit: contain;
    object-position: center;
}


.logo-home {
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    width: 60px;
    padding: 5px;
}

.logo-home img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;

}

.patner-carousel img {
    border-radius: 10px;
    height: 130px;
    object-fit: contain;
    object-position: center;
    padding: 15px;
    margin: 15px 15px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.resources-card {	
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px ;
}
.resources-card img {
    height: 200px;
    object-fit: contain;
    background-color: #fff;
}.filter-card{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.resources-card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 58px;
}

.hamburger-icon span {
    background-color: #ffffff;
}