.three-it-col-heading:before {
    border-color: #4bb033 transparent transparent transparent;
    border-style: solid;
    border-width: 21px 28px 0px 29px;
    content: "";
    height: 5%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 73%;
    width: 5%;
}
.three-it-col-heading {
    position: relative;
    padding: 20px 20px;
    text-align: center;
}


.three-it-col-top-section-content-th {
  padding: 40px 20px;
  position: relative;
}
.three-it-col-top-section-content-th.cul-1 h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
.three-it-col-top-section-content-th.cul-1 {
  background-color: #4bb033;
  z-index: 9;
}
/* .three-it-col-top-section-content-th.cul-1:before {
  border-color: transparent transparent transparent #4bb033;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  content: "";
  height: 13%;
  position: absolute;
  right: -44px;
  top: 50%;
  width: 13%; */
}
/* .three-it-col-top-section-content-th.cul-2:before {
  border-right: 2px solid #727a7e;
  width: 180px;
  height: 200px;
  content: '';
  position: absolute;
  right: 0;
} */
.three-it-col-outer-bg .three-it-col-top-section-content-th p{
  color: #fff;
  font-family: Helvetica,Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 15px;
}
/* .three-it-col-inner {
  box-shadow: 0 0 20px 0 #00000014;
} */
.three-it-col-top-section-max {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  grid-gap: 1.75rem;
  gap: 2.75rem;
}
@media(max-width:767px){
  .three-it-col-outer-bg{
    padding:30px 0px!important;
    margin:0 !important;
  }

}