.new-card-box-with-icon{
    border-radius: 15px;
    padding: 20px;
    min-width: 260px;
    text-align: center;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; /
}

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

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

.every-schedule{
  padding-bottom:40px !important;
}

.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;
}

.row-sec.three-column.h4-tag {
  padding: 20px 20px;
}

.icon-box img{
    width: 40px;
    border-radius:var(--small-border-radius);
    margin-bottom: 1rem;
}



