
  

  
  div.gallery img {
    width: 300px;
    height: 190px;
  }
  
  div.desc {
    padding: 10px 0;
    text-align: left;
    color: #02373E;
    font-weight: 400;
  }

  .gallery-tittle{
      font-size: 20px !important;
      font-weight: 700;
      text-align: left;
      padding: 10px;
  }

  div.desc:hover{
    
    color: #67B2C5;
}
  
  
  
  .responsive {
    padding: 20px 6px;
    float: left;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      
      margin: 6px 0;
    }

    div.gallery img {
        width: 265px;
        height: auto;
      }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }