.gallery .article-list .article .article-header h2 {
    font-size: 18px;
    margin: 0px;
    text-align: center;
}
.bloggallery {
     margin: 100px 0px;
}
@media screen and (max-width: 767px) and (min-width: 425px){
  .speasyimagegallery-gallery-item img {
    height: 240px;
    object-fit: cover;
}}
  @media screen and (max-width: 454px) and (min-width: 375px){
  .speasyimagegallery-gallery-item img {
    height: 220px;
    object-fit: cover;
}}
  @media screen and (max-width: 374px) and (min-width: 250px){
  .speasyimagegallery-gallery-item img {
    height: 190px;
    object-fit: cover;
}}