.section-inner.section-fit.section-relative {
    padding-top: 5%;
}
h3{text-align:center;font-family: Montserrat;font-size: 1.1395rem;color: #c800a1;font-weight: 700;     padding-bottom: 10px;}
h2{text-align:center;font-family: Montserrat;font-size: 2.2291rem;color:#555555;font-weight: 700; padding-bottom:5%; }
.pp{    font-size: .9288rem;
    line-height: 1.5rem;
    text-align: center;word-wrap: break-word; color:gray;
}
* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
      text-align: center;
  flex: 25%;
      padding: 20px 10px 20px 10px;
}

/* On screens that are 992px wide or less, go from four columns to two columns *
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  h2{padding-top: 16%;font-size: 1.6291rem;}
  .row {
    flex-direction: column;
  }
  .column {
   
    padding: 20px 20px 20px 20px;
}
}

