/* blog css */

a.btn.btn-primary {
  background: #1b2c51;
  font-size: 19px;
  font-weight: 500;
  border: none;
}

.headimg {
  display: none;
}

h5.card-title {
    height: 115px;
}

.blogTitle{    
    color: #1B2C51;
    font-weight: 600;
    margin: 20px 0;
    
    
}

/* mobile view */

@media only screen and (max-width: 768px) {
  p.tm-mb-80.pr-5.text-white {
    display: none;
  }
  .headimg {
    display: none;
  }
}
