.what-we-are-outer-wrapper {
    padding-bottom: 20px;
   padding-top: 120px;
}
.what-we-are-heading-sec {
 background-color:#074e5e ;
 text-align: center;
 color: #ffffff;
 padding: 0px;
 margin: 0px 0px;
}
.what-we-are-group-inr {
  padding:0px;
}
.what-we-are-inner-wrapper {
display: flex;
    justify-content: center;
    align-items: center;
    width: 0%;
    flex-wrap: nowrap;
}
.what-we-are-group {
    flex: auto;
    text-align: center;
    margin:0 1%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.what-we-are-heading-sec h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size:34px;
    color: #ffffff;
   letter-spacing: 4px;
}
.what-we-are-heading-sec p {
    margin: 0px;
    font-size: 24px;
    color: #ffffff;  
    padding-top: 20px;
}
.what-we-are-group-inr a {
    color: inherit;
    text-decoration: none;
    display: flex;
    border: 1px solid;
    border-right: 3px solid;
    border-color: inherit;
    border-left: 3px solid;
    padding: 0px 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.wwr-icon-sec {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: 0 auto; 
}
.what-we-are-group-inr h5 {
    margin: 0px;
   font-size: 25px;
    font-weight: 100;
    min-height: 48px;
  flex-grow: 1;
}
.what-we-are-group-inr p.equal-wrap {
    font-size: 16px;
  display: flex;
}
.what-we-are-group-inr a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: 1s all;
    border: 1px solid #000000;
    border-right: 3px solid #000000;
    border-left: 3px solid #000000;
}
}
.what-we-are-group-inr a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: 1s all;
    border: 1px solid #000000;
    border-right: 3px solid #000000;
    border-left: 3px solid #000000;


/*********************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: auto;
  }
}
@media screen and (max-width: 800px) {
  .what-we-are-group {
    flex: auto;
  
  }
}
@media screen and (max-width: 500px) {
.what-we-are-group {
 flex: auto;
  
  }
  .what-we-are-group-inr p.equal-wrap {
       height: auto !important;
  }
  .what-we-are-outer-wrapper {
    padding-bottom: 20px;
  }
  .what-we-are-heading-sec h2 {
    font-size: 35px;
  }
}