﻿.banner{min-height: unset;}
.content-list1{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.content-list1 .content-item{width:100%;margin-right:0}
.blogcontent .content-list1 .content-item .content-img{width:100%}
.blogcontent .content-list1 .content-item{flex-direction:column}
@media (max-width:768px){.content-list1{grid-template-columns:repeat(2,1fr)}
}