@media screen and (min-width: 768px){
.section-fit {
    max-width: 66%;
}
  .column h3 {
    font-size: 24px;
    font-weight: 700 !important;
}
}
p.pp {
    color: rgba(0,0,0,1);
    font-family: Montserrat,"Montserrat Fallback";
    font-size: 17px;
    text-align: center;
}

.section-inner.section-fit.section-relative h2 {
    color: #bd2c92;
}
.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;
      column-gap: 8%;
}
.section-inner.section-fit.section-relative h2 {
    padding-bottom: 2%;
}
/* 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: 1024px) {
  h2{padding-top: 16%;font-size: 1.6291rem;}
  .row {
    flex-direction: column;
  }
  .column {
   
    padding: 20px 20px 20px 20px;
}
}


@media (max-width: 1024px) and (min-width: 768px) {
#page-block-5x6jbs3etn2mhf2hjywkfyldi {
            height: 700px !important;
        max-width: 100%;
        margin-bottom: 50%  !important;
    }