main {
    background: #ffff;
}

main .container {
  max-width: 1200px;
}

#enter-list li::marker, #step-by-step ul li::marker {
    font-size: 22px;
}

#enter-list {
    padding: 50px 20px;
}

#enter-list .col.card-primary {
    padding: 20px;
    border-radius: 0px;
    border: 3px solid;
    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 {
    padding-right: 10px;
}

#step-by-step {
    padding-bottom: 140px!important;
    padding-top: 0!important;
}

.timeline-with-icons {
    border-left: 4px solid;
    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: #000;    
    color: #fff;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1px;
  }

  ul.timeline-with-icons {
    height: 630px!important;
}

.timeline-item {
    border-radius: 5px;
    border: solid 1px;
    padding: 20px;
}

.timeline-item:first-child {
    padding-top: 0;
    margin-top: 20px;
}

.timeline-item:first-child h4 {
    margin-top: 20px;
}

.timeline-item h4 {
    font-weight: 600;
}

#hero-how a:hover {
    text-decoration: none!important;
}

#how-to .col {
    padding: 0;
}

#enter-list a span, 
#enter-list a, 
#step-by-step a {
    font-family: 'Poppins' !important;
}

#enter-list .col {
    padding: 0;
}

@media screen and (max-width: 980px) {
    #enter-list {
        padding: 30px 15px;
    }

    #step-by-step {
        padding: 0 20px;
    }

    #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;
    }
}