.section-twocols {
  position: relative;
  /*padding: 160px 0 60px;*/
  overflow: hidden;
  z-index: 600;
  background:  linear-gradient(180deg, #FFFFFF 0%, #FDFAF7 100%);
  color: #001316;
  font: 1.25rem/1.5 'Roboto',Helvetica,Arial,sans-serif;
}
.section-twocols p {
  margin: 0 0 15px;
  padding: 0 !important;
}
.section-twocols .section-head p {
  font-weight: 300;
}
.section-twocols p:last-child {
  margin: 0;
}
.section-twocols .section-head {
  margin: 0 auto 5px;
  position: relative;
  max-width: 720px;
  text-align: center;
}

.section-twocols h2 {
  font: 400 40px/1.25 'Montserrat',Helvetica,Arial,sans-serif;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 400;
}
.content-twocols {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: 0 0 75px;
}
.content-twocols:last-child {
  margin: 0;
}
.content-twocols.reverse {
  flex-flow: row-reverse nowrap;
}
.content-twocols .img-holder {
  position: relative;
  margin: 65px 122px 65px 45px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 445px;
  flex-shrink: 0;
  background-position: 50% 50%;
  height: 300px;  
  box-shadow: 0 0 35px 20px rgba(0,19,22,0.15); 
}
.content-twocols .img-holder:after {
  background: linear-gradient(45deg,rgba(118,109,103,1) 0%,rgba(244,243,241,1) 100%);
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border-radius: 25px;

}
.content-twocols .img-holder:before {
  position: absolute;
  left: 0;
  bottom: 0;
  left: -45px;
  width: 350px;
  height: 200px;
  content: "";
  z-index: -2;
  bottom: -65px;
  background: url("https://f.hubspotusercontent10.net/hubfs/8547712/homepage-staging/pattern-a.png") no-repeat;
}
.content-twocols .text-box {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.625;
}
.content-twocols h3 {
  font: 400 25px/1.4 'Montserrat',Helvetica,Arial,sans-serif;
  margin: 0 0 15px;
  padding: 0 !important;
  font-weight:400 !important;
}
.content-twocols.reverse .img-holder {
  margin: 0 45px 65px 122px;
}
.content-twocols.reverse .img-holder:after {
  left: auto;
  right: 30px;
}
.content-twocols.reverse .img-holder:before {
  left: auto;
  right: -45px;
}
.content-twocols ul {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style: none;
}
.content-twocols ul li {
  position: relative;
  padding: 0 0 9px 12px;
}
.content-twocols ul li:last-child {
  padding-bottom: 0;
}
.content-twocols ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  border-radius: 50%;
  height: 4px;
  background: #001316;
  content: "";
}
@media (max-width:1099px) {
  .section-twocols {
    padding: 100px 0 40px;
  }
  .content-twocols .img-holder {
    margin: 0 80px 55px 40px;
    width: 400px;
    height: 270px;  
  }
  .content-twocols .img-holder:before {
    bottom; -55px;
  }
}

@media (max-width:991px) {
  .section-twocols {
    font-size: 17px; 
    padding: 50px 0 30px;
  }
  .content-twocols { 
    display: block;
    margin: 0 0 60px;
  }
  .content-twocols .img-holder:before {
    bottom: -45px;
  }
  .content-twocols .img-holder:after {
    border-radius: 15px;
    left: 20px;
    top: 20px;
  }
  .content-twocols.reverse .img-holder:after { 
    left: auto;
    right: 20px;
  }
  .content-twocols .img-holder {
    margin: 0 auto 80px;
    box-shadow: 0 0 25px 10px rgba(0,19,22,0.1);
  }
  .section-twocols h2 {
    font-size: 30px;
  }
  .section-twocols h3 {
    font-size: 20px;
  }
  .section-twocols .section-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-twocols .img-holder {
    margin: 0 auto 60px !important;
    width: 300px;
    height: 250px;  
  }
  .content-twocols {
    margin: 0 0 50px;
  }
}