.single-column-module{

}
.single-box-shadow{
  background: #F3F5FA;
  box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.25); 
}
.single-column-section {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.single-column-module h2{
  
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
  text-align: center;
}
.single-column-module p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 24px;
  padding-left: 40px;
  background-image: url(https://20388441.fs1.hubspotusercontent-na1.net/hubfs/20388441/Empower%20Website%20-%20Assets/tick-arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
}
.single-column-module p:last-child{
  margin-bottom: 0;
}
@media(max-width:767px){
  .single-column-module h2{
    font-size: 26px;
  }
  .single-column-module{
    padding:70px 0 !important; 
  }
}

<style>
  /* Existing styles... */

  /* Zoom effect style */
  .zoom-in-view {
    animation: zoomIn 0.5s forwards;
  }

  @keyframes zoomIn {
    from {
      transform: scale(0.95);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
</style>
