
.what-we-are-group-inr {
  padding:20px;
}
.what-we-are-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.what-we-are-group {
    flex: 0 23%;
    text-align: center;
    margin:0 1%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #085d70
}
.what-we-are-heading-sec h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size:44px;
    color: #000000;
   letter-spacing: 4px;
}
  
}
.wwr-icon-sec {
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    margin: 0 auto; 
}
.
/*********************Responsive Code Starts**************************/
@media screen and (max-width: 1200px) {
  .what-we-are-group {
    margin: 1%;
  }
}
@media screen and (max-width: 1120px) {
  .what-we-are-group {
      flex: 0 30%;
  }
}
@media screen and (max-width: 800px) {
  .what-we-are-group {
    flex: 0 47%;
    margin: 1%;
  }
}
@media screen and (max-width: 500px) {
.what-we-are-group {
  flex: 0 80%;
  margin: 5%;
  }
  .what-we-are-group-inr p.equal-wrap {
       height: auto !important;
  }
  .what-we-are-outer-wrapper {
    padding-bottom: 50px;
  }
  .what-we-are-heading-sec h2 {
    font-size: 28px;
  }
}