.new-card-box-with-icon{
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /
;
    width: 32.66%;
}

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

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

.every-schedule .heading-section h2{
  font-size: 50px;
  line-height: normal;
}

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

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

.row-sec.three-column.h4-tag {
  padding: 20px 0px;
  gap:1%;
}

.icon-box img{
    width: 55px;
    border-radius:var(--small-border-radius);
    margin-bottom: 1rem;
}
.every-schedule .heading-section {
    padding-bottom: 25px;
}