
.pad {
    padding-left: 10px;
    padding-right:10px;
    overflow:hidden; 
 }
 .img-feat {
     width: 100%;
     height: auto;
     object-fit: cover;
     margin-bottom: 30px;
     border: 1px solid #f0f0f0;
     border-radius: 4px;
 }
     .img-feat:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
 }
 
 body{
      max-width: 750px;
      margin: auto;
 }
 #content {
    background: #ffffff;
}
 