body {
  background-color: #f1f5f9cf;
}
/*--------Sections Css------------*/
.header-section {
    /*background-image: url("../../images/Home-Page/verse-bg.png");*/
    background-size: 100% 100%;
  background-position: center center;
  padding: 10% 0%;
  /*height: 350px;*/
}
.article-header h1 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 550;
  margin-top: 0px;
}
/*----------------------------------------------*/

/*Row and Col css to center the columns in particular row*/
.second-sec-row, .third-sec-row, .fourth-sec-row {
  margin: 0 auto;
  text-align: center;
}
.second-sec-col, .third-sec-col, .fourth-sec-col, .fifth-sec-col{
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.second-section {
    padding: 30px 0px;
}
/*----------------------------------------------*/

/* card details start  */
.card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding-bottom: 20px;
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.card-img img {
  width: 100%;
  height: 200px;
  display: block;
}

.card-desc {
  padding: 1.25rem;
}

.card-desc h4 {
  color: #000000;
  line-height: 1.3em;
}

.card-desc p {
  color: #747373;
    font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.btn-card{
  background-color: #3671c1;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding: .84rem 2.14rem;
  font-size: 1.4rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
}
.btn-card:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px){
  .card-content {
    margin-bottom: 25px;
  }
  .card-img img {
    height: 350px;
  }
}
@media (max-width: 600px){
  .card-img img {
    height: 300px;
  }
}
@media (max-width: 480px){
  .card-img img {
    height: 250px;
  }
}
@media (max-width: 375px){
  .card-img img {
    height: 200px;
  }
}
@media (max-width: 320px){
  .card-img img {
    height: 150px;
  }
}