.new-card-box{
    border-radius: 15px;
    padding: 40px;
    min-width: 260px;
    text-align: center;
    max-width: 350px;
    border: 2px solid #fff;
    box-shadow: 2px 4px 4px 0px rgb(184 191 201 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center */
    align-items: center; /
}

.new-card-box h4{
 font-size:20px;
 font-weight:700;
 margin-bottom:0.5rem; 
}

.new-card-box p{
  font-size:16px;
  font-weight:500;
  margin-bottom:0;
  line-height:25px;
}

.every-schedule .heading-section h2{
  font-size:40px;
}

.every-schedule .heading-section p{
  font-size:17px;
  line-height: 25px;
  font-weight: 500;
}

.every-schedule .heading-section h2{
  margin:0 0 20px;
}
