.header {
    background: rgb(0, 71, 1);
	background: linear-gradient(165deg, rgba(0, 71, 1, 1) 50%, rgba(254, 241, 0, 1) 100%);
}

.footer {
    // background: rgb(0, 0, 0);
	background: linear-gradient(360deg, rgba(0, 71, 1, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

.item-content {
background-color: #f9f9f9;
padding-left: 10px;
}

.com-content-category-blog__item {
background-color: #f9f9f9;  
}

.caption {
 padding: 10px;
}

.top-b.card {
border: 0px;
}