
  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aaa;
    margin: 20px 0;
    padding: 12px 20px;
    width: 100%;
    color: #fff;
    flex-direction: column;
    min-height: 326px;
    border-radius: 8px;
  }
  .ojai1, .ojai4{
    min-height: 354px;
  }
  h4{
    font-size: 50px;
    font-weight: 600;
    margin: 13px 0;
  }
  .box h3 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    margin: 0 0 21px 0;
  }
  
 section.industry .box p{
    font-size: 18px;
    text-align: center;
   
  }
  .sft{
    font-size: 26px;
    text-transform: capitalize;
    padding-left: 3px;
  }
  .ojai .row{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ojai h4{
    font-size: 37px;
    font-weight: 600;
    margin: 0px 0 5px 0;
    text-transform: capitalize;
    position: relative;
  }
  .ojai h4::after, .box h3::after{
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .ojai .col-lg-3, .ojai .col-lg-2, .ojai .col-lg-4 {
    padding: 0;
    text-align: center;
  }
  .pl{
    padding-left: 15px !important;
  }
.p{
  padding: 0 15px 0 15px !important;
}
.news{
  margin-top: -35px;
}
.news1{
  margin-top: -59px;
}
.ojai3 h4{
  margin-top: 25px;
}
.quality{
  margin: 0px 0 36px 0;
}
.m-bottom{
  margin-bottom: 20px;
}
