/*--------------------------------------------------------------
  # How-it-works Page
  --------------------------------------------------------------*/
.how-it-works .hero .hero-right {
    min-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/How-it-works/How-it-works-hero.png);
}

/*  */
.how-it-works .steps .section-title {
    justify-items: center;
}
.how-it-works .steps .section-title div {
    max-width: 450px;
    text-align: center;
}
.how-it-works .steps .steps-item {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.how-it-works .steps .steps-item i {
    position: absolute;
    top: 30px;
    left: 45px;
    font-size: 32px;
    line-height: 0;
    transition: 0.3s;
    color: var(--accent-color);
}
.how-it-works .steps .steps-item p.number {
    font-size: 20px;
    font-weight: 500;
    margin-left: 50px;
}
.how-it-works .steps .steps-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.how-it-works .steps .description {
    color: #0d0d0da3;
    font-size: 16px;
    max-width: 400px;
    margin-bottom: 32px;
}