#hero-how .row {
    height: 500px!important;
}
#hero-how {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#how-to li::marker, #step-by-step ul li::marker {
    font-size: 22px;
    color: var(--flgreen);
}
#how-to .col.card-primary {
    padding: 20px;
    border-radius: 0px;
    border: 3px solid var(--forange);
    box-shadow: none!important;
}
.checklists li {
    padding-bottom: 10px;
    list-style: none;
}
.checklists {
    padding-left: 0;
}
.disc li {
    list-style-type: disc;
}
.fa-check:before {
    color: var(--forange);
    padding-right: 10px;
}
#step-by-step {
    padding-bottom: 140px!important;
    padding-top: 0!important;
}
.timeline-with-icons {
    border-left: 4px solid var(--fdgreen);
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-left: 15px;
  }
  
  .timeline-with-icons .timeline-item {
    position: relative;
  }
  
  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: var(--fdgreen);    
    color: #fff;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1px;
  }
  ul.timeline-with-icons {
    height: 705px;
}
.timeline-item {
    border-radius: 5px;
    border: solid 1px var(--forange);
    padding: 20px;
}
.timeline-item:first-child {
    padding-top: 0;
    margin-top: 20px;
}
.timeline-item:first-child h4 {
    margin-top: 20px;
}
#how-to {
    max-width: 1200px;
    margin: auto;
}
#hero-how a:hover {
    text-decoration: none!important;
}
#step-by-step {
    max-width: 1200px;
    margin: auto;
}
#how-to .col {
    padding: 0;
}
@media screen and (max-width: 980px) {
    #how-to .col {
        padding: 0;
    }
    ul.timeline-with-icons {
        height: auto!important;
        margin: 0px;
    }
    #step-by-step {
        padding-bottom: 30px!important;
        padding-top: 0!important;
    }
    .timeline-with-icons .timeline-item {
        margin-bottom: 20px!important;
    }
    .sbs-description {
        margin-bottom: 0px!important;
    }
    #how-to ul {
        margin-bottom: 20px !important;
        padding-left: 20px;
    }
    .timeline-with-icons {
        border: none;
        padding-left: 45px;
    }
    .disc {
        padding-left: 20px;
    }
    #step-by-step .col .timeline-with-icons {
        border-left: unset !important;
    }
}