.how-it-works-section {
    padding: 50px 0;
    text-align: center;
}
.how-it-works-section .head-content {
    max-width: 780px;
    margin: 0 auto 70px;
}
.how-it-works-section .head-content h2 {
    font-weight: 700;
    position:relative;
    max-width: 300px;
    margin: 0 auto 20px;
}
.how-it-works-section .head-content h2:before {
    background: url(https://ngen.ca/hubfs/FutureReady-3-01_03-3.png);
    background-size: cover;
    content: "";
    height: 32px;
    left: -16%;
    position: absolute;
    top: 15px;
    width: 32px;
}
.how-it-works-section .works-card-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.how-it-works-section .works-card-wrapper .w-cards {
    position: relative;
    width: calc(100%/4 - 20px);
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: -1px 0px 12px 0px rgba(0,0,0,0.1);
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
    margin: 0 10px 5px;
  }
.works-card-wrapper .w-cards .top-icon img {
    margin: -58px auto 30px;
    text-align: center;
    max-width: 60px;
}
.works-card-wrapper .w-cards .top-icon{
    position:relative;
}
.works-card-wrapper .w-cards .top-icon span {
    position: absolute;
    top: 8px;
    left: 114px;
    color: #fff;
    font-size: 20px;
}
.works-card-wrapper .w-cards h3 {
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
.works-card-wrapper .w-cards p {
    font-size: 21px;
    line-height: 31px;
}

.full-width-heading.how-it-works-section .head-content {
    max-width: 900px;
}
.full-width-heading .head-content h2 {
    max-width: fit-content;
}
.full-width-heading .head-content h2:before {
    left: -58px;
}

@media(max-width:991px){
  .how-it-works-section .works-card-wrapper .w-cards {
    width: calc(100%/2 - 20px);
    margin: 0 10px 50px;
  }
  @media(max-width:767px){
    .how-it-works-section .head-content h2:before {
    height: 20px !important;
    left: 10% !important;
    top: 8px !important;
    width: 20px !important;
}
    .works-card-wrapper .w-cards p {
    font-size: 18px;
    line-height: 1.5;
}
    .how-it-works-section {
    padding: 50px 0 0;
}
  .how-it-works-section .works-card-wrapper .w-cards {
    width: calc(100%/1 - 20px);
    max-width:100%;
  }
}