.pillars-module{
  background-size:cover !important;
  background-position:center !important;
  overflow:hidden;
  padding-top:2rem;

}

.pillars-module .wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  
}


.pillars-module .wrapper {
    position:relative;
    z-index:1;
}
.pillars-module .wrapper .content{
  width:100%;
  height:auto;
  padding: 37px 37px 37px 37px;
}
.pillars-module .wrapper img{
  max-width:100%;
  height:auto;
}
.pillars-module .wrapper .col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  flex-wrap:wrap;
  max-width: 400px;
  min-height:500px;
/*    max-width: 430px; */
}

.pillars-module .item {
  border-radius: 240px 240px 20px 20px;
  padding: 30px 24px 52px;
  position: relative;
}
.pillars-module .item::before {
    content: '';
    z-index:-1;
    border-radius: 240px 240px 36px 36px;
    border: 16px solid #fff;
    top: -16px;
    bottom: -15px;
    right: -15px;
    left: -15px;
    position: absolute;
}
.pillars-module .item:nth-of-type(4):before {
    border-radius: 224px 36px 224px 36px !important;
    border: 16px solid #fff !important;
    top: -16px!important;
    bottom: -15px;
    right: -15px;
    left: -15px;
}
.pillars-module .item.reversed {
  border-radius:20px 20px 240px 240px;
  padding: 30px 24px 52px;
  position: relative;
}
.pillars-module .item.reversed::before {
   content: '';
   z-index:-1;
   border: 16px solid #fff;
   border-radius:36px 36px 240px 240px;
   top: -15px;
   bottom: -15px;
   right: -15px;
   left: -15px;
   position: absolute;
}


.pillars-module .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction:column;
}
.pillars-module .item .logo {
  width: 131px;
  height: 131px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillars-module .summary{
  width:100%;
}
.pillars-module .summary *{
  color: #00564A;
}
.pillars-module .row_pillar_dj {
  z-index:10;
}
.row_pillar_dj .col:first-child {
  position:relative;

}
.row_pillar_dj .col:first-child {
  margin-top:11%;
}
.pillar-container-dj .col:first-child:after {
  content:"";
  position:absolute;
  background:url("https://f.hubspotusercontent20.net/hubfs/19520927/Website/Assets/Rectangle%20642%20(1).png");
  width: 100%;
  min-width:600px;
  background-repeat: no-repeat;
  height:100%;
  background-position: left;
  z-index:-2;   
  left:-7.5rem;
  top:-10rem;
}

.pillar-container-dj .col:nth-of-type(3):after {
  content:"";
  position:absolute;
  background:url("https://f.hubspotusercontent20.net/hubfs/19520927/Website/Assets/Subtract.png");
  width: 100%;
  min-width:600px;
  background-repeat: no-repeat;
  height:100%;
  background-position: left;
  z-index:-2;   
  left:6.5rem;
  bottom:-11rem;
}
.row_pillar_dj .col:nth-of-type(2) {
   margin-bottom:6% !important;
   min-height:600px;
}
.row_pillar_dj .col:nth-of-type(3) {
  margin-bottom:-15% !important;
}
.row_pillar_dj .col:nth-of-type(4) {
  margin-top: -7rem;
  z-index:2;
  border-top-right-radius: 20px;
  border-top-left-radius: 210px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 210px;
}

.row_pillar_dj .col:last-child {
    min-height:600px;
    margin-left: 38% !important;
    margin-top:-6rem;
}


.pillars-module .item.green h1,
.pillars-module .item.green h2,
.pillars-module .item.green h3,
.pillars-module .item.green h4,
.pillars-module .item.green h5,
.pillars-module .item.green h6,
.pillars-module .item.green p,
.pillars-module .item.green li{
  color:#4EA534;
}


.pillars-module .item.emerald h1,
.pillars-module .item.emerald h2,
.pillars-module .item.emerald h3,
.pillars-module .item.emerald h4,
.pillars-module .item.emerald h5,
.pillars-module .item.emerald h6,
.pillars-module .item.emerald p,
.pillars-module .item.emerald li{
  color:#00564A;
}
.pillars-module .item.blue h1,
.pillars-module .item.blue h2,
.pillars-module .item.blue h3,
.pillars-module .item.blue h4,
.pillars-module .item.blue h5,
.pillars-module .item.blue h6,
.pillars-module .item.blue p,
.pillars-module .item.blue li{
  color:#008387;
}

.pillars-module .item.yellow h1,
.pillars-module .item.yellow h2,
.pillars-module .item.yellow h3,
.pillars-module .item.yellow h4,
.pillars-module .item.yellow h5,
.pillars-module .item.yellow h6,
.pillars-module .item.yellow p,
.pillars-module .item.yellow li{
  color:#D7C41C;
}

.pillars-module .item.white h1,
.pillars-module .item.white h2,
.pillars-module .item.white h3,
.pillars-module .item.white h4,
.pillars-module .item.white h5,
.pillars-module .item.white h6,
.pillars-module .item.white p,
.pillars-module .item.white li{
  color:#fff;
}

hr.line {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color:#FFFFFF;
}
.bulletpoint_heading_section p{
  font-weight: 700 !Important;
  text-align:left;

}
.pillar-container-dj {
/*   padding-bottom: 4rem; */
  position:relative;
}
.pillar-container-dj::before {
  content:"";
  position:absolute;
  background:url("https://f.hubspotusercontent20.net/hubfs/19520927/Website/Assets/Group%20304.png");
  width: 100%;
  background-repeat: no-repeat;
/*   bottom: -0.8rem; */
  left: -11.7rem;
  height:100%;
  background-position: left;
  z-index:4;   
  margin-top:-0.5rem;
}
.pillar-container-dj::after {
  position:absolute;
  background:url("https://f.hubspotusercontent20.net/hubfs/19520927/Website/Assets/Group%20324.png");
  content:"";
  width: 100%;
  background-repeat: no-repeat;
  top: -7.5rem;
  right: -11.1rem;
  height: 100%;
  background-position: right;
  z-index:4;
}

  .pillars-module .row_pillar_dj .col:last-child .item-content{
     padding-top:5rem;
     padding-bottom:2rem;
    }
.pillars-module .bulletpoint{
  display:flex;
  padding-bottom:8px;
  justify-content:flex-start;
}
.pillars-module .bulletpoint img{
  display:flex;
  margin-right:5px;
  align-items:flex-start;
}
.pillars-module .bulletpoint .bulletpoint_text p {
  margin:0;
}
.pillars-module  .button_section {
  padding-top:38px;
  text-align: center;
}
.pillars-module .image_row {
  margin-top: -22%;
  border-radius: 40px 40px 200px 40px;
  border: 15px solid #FFFFFF;
  background-size:cover !important;
  height: 100%;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  background-position: 100% 30% !important
    
}
.image_row p,
.image_row h5{
  max-width:709.73px;
  color:#fff;
  padding:50px;
}

.image_row img {
  padding-bottom:150px;
}
@media only screen and (max-width: 1120px) {
  .pillars-module .item  {
    border-radius: 240px 240px 20px 20px;
    padding: 30px 0px 52px;
    position: relative;
  }
   .pillars-module .item::before {
    border-radius: 240px 240px 40px 40px;
  }
  .pillars-module .item.reversed {
    border-radius: 20px 20px 240px 240px;
    padding: 35px 0px 52px;
    position: relative;
}
  .pillars-module .item.reversed::before {
    border-radius: 40px 40px 240px 240px;
    border: 16px solid #fff;
    
  }
  .row_pillar_dj .col:nth-of-type(2) {
    margin-bottom: 9% !important;
  }
}

@media only screen and (max-width: 860px) {
    .row_pillar_dj .col:nth-of-type(2) {
    margin-bottom: 12% !important;
  }
.row_pillar_dj .col:last-child {
    min-height: 600px;
    margin-left: 50% !important;
    margin-top: -6rem;
}

  @media only screen and (max-width: 750px) {
    .pillar-container-dj::after,.pillar-container-dj::before {
        background:none;
    }
    
.pillars-module .item.reversed {
  border-radius: 240px 240px 20px 20px !important;
  padding: 30px 0px 52px;
  position: relative;
}
.pillars-module .item.reversed::before {
  content: '';
  border-radius: 240px 240px 35px 35px !important;
  border: 16px solid #fff;
  top: -15px;
  bottom: -15px;
  right: -15px;
  left: -15px;
  position: absolute;
}

.row_pillar_dj .col:nth-of-type(2) {
   margin-bottom:0% !important;
   margin-top:-2rem !important;
}
.row_pillar_dj .col:nth-of-type(3) {
/*    margin-top:5% !important; */
   margin-bottom:0 !important ;
   margin-top:-2rem !important;
}

.row_pillar_dj .col:last-child {
    margin-bottom: 0rem !important;
    margin-top:-2rem !important;

}

    .image_row {
      flex-direction:column;
    }
       .image_row img {
      
        padding-bottom:20px;
    }
    .image_row .col-9 {  
    width: calc(100% - 0px) !important;
    }
    .image_row .col-3 {  
    width: calc(100% - 0px) !important;
    }
    .image_row .image_area {
      display: flex;
      justify-content: center;
    }
       .image_row .text_area {
         padding-top:160px;
    }
    .image_row p, .image_row h5 {
      padding:20px;
    }
 .pillars-module .item:nth-of-type(4):before {
   content: '';
   border-radius: 240px 240px 35px 35px !important;
   border: 16px solid #fff !important;
   top: -15px;
   bottom: -15px;
   right: -15px;
   left: -15px;
   position: absolute;
  }
    .row_pillar_dj .col {
      margin-right:0 !important;
      margin-left:0 !important;
    }
    .row_pillar_dj .col:last-child {
    min-height:unset;
    margin-left: 0 !important;
    margin-top:-6rem;
}
   .row_pillar_dj .col:nth-of-type(4) {
     margin-top:-2rem;
     z-index:unset;
    }
      .pillar-container-dj .col:first-child:after,.pillar-container-dj .col:nth-of-type(3):after  {
        background:none;
    }
    
      .pillars-module .row_pillar_dj .col:last-child .item-content{
     padding-top:0;
     padding-bottom:0;
    }
   .row_pillar_dj .col:nth-of-type(2) {
      min-height:550px;
    }
    .pillars-module .item { 

  border-radius: 240px 240px 20px 20px !important;
  padding: 30px 24px 52px;
  position: relative;

    }
}