.icon-text-box .icon-box img {
  margin-bottom: 15px;
  width: 80px
}
.text-box h3 {
  font-size: 24px;
  line-height: 1.4
}
.icontext-section{
  position:relative;
}
.icontext-section h2 {
  color: #124074;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.icontext-section h4 {
  color: #124074;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.icontext-section .icon-grp {
  margin-bottom: 20px;
}
.icontext-section:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background: #87cfeb;
  top: -50px;
  clip-path: polygon(100% 8%, 100% 80%, 0 100%, 0 0);
  content: "";
  height: 500px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.icontext-section .content-wrapper {
  position: relative;
  z-index: 2;
  padding-top:60px;
}
.icontext-wrapper > div:hover {
  transform: translateY(10px);
  transition: all ease 0.3s;
}


.icontext-section.style2:before {
  display: none;
}
.icontext-section.style2 .content-wrapper {
  padding: 0;
}
.icontext-section.style2 .icon-text-box {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  flex: 0 0 33.333333% !important;
  width:33.33333%;
}
.icontext-section.style2 .icon-box img {
  width: auto;
  max-height: 160px;
}
.icontext-section.style2 h3 {
  color: #036;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.icontext-section.style2 .icon-grp {
  color: #036;
  text-align: center;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 131px;
}
.icontext-section.style2 .text-box .button {
  color: tomato;
  background: transparent;
}
.icontext-section.style2 .text-box .button:hover {
  background-color: #036;
  border: 1px solid #036;
  color: #fff;
}
.counter-grp {
  color: #036;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


@media (max-width: 1160px) {
  .icontext-section.style2 .icon-box img {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .icontext-section.style2 h3 {
    font-size: 18px;
  }
  .icontext-section.style2 .icon-text-box {
    padding: 15px !important;
  }
  .icontext-section.style2 .icon-box {
    min-height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



@media (min-width: 768px){
  .icontext-section.style2 .icon-text-box.column3:nth-child(2n) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}



@media(max-width:767px){
  .icontext-section.style2 h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .icontext-section.style2 .icon-grp {
    font-size: 16px;
  }
  .icontext-section.style2 .icon-text-box {
    width: 100%;
    flex: 0 0 100% !important;!i;!;
  }
  .icontext-section h2 {
    font-size: 24px;
  }
  .icontext-section h4 {
    font-size: 18px;
  }
}


@media(max-width:479px){
  .icontext-section.style2 .icon-text-box {
    padding: 20px !important;
  }
}
