.steps {
    border: 5px solid #FFFFFF;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.steps>hr {
    margin: 35px 0;
    margin-left: 80px;
}

.step-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
    height: 60px;
    min-height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #23212c;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    font-weight: 700;
}

.step-header-content {
    color: #23212c;
    font-size: 24px;
    font-weight: 300;
    font-weight: 700;
}

.step-content-text {
    margin-left: 80px;
    font-weight: 500;
    font-size: 16px;
    color: #23212c;
    line-height: 1.7;
    letter-spacing: 0.015rem;
}

.wrap-text-for-icon {
    max-width: 60%;
}

@media (max-width: 575px) {
    .step-content-text {
        margin-left: 15px;
        margin-top: 20px;
    }
    .step-header-content {
        font-size: 20px;
        line-height: 26px;
    }
    .steps>hr {
        width: 0px;
    }
    .step-header {
        margin-left: 10px;
    }
    .c-btn, .i-btn {
        margin: auto;
        margin-right: 15px;
    }
    .wrap-text-for-icon {
        max-width: 100%;
    }
}

.step a {
    text-decoration: none;
    color: #3498db;
    background-color: transparent;
    font-weight: 700;
}

.step a:hover {
    color: #1d6fa5;
}

.c-btn {
    background-color: #26438F;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08rem;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%) !important;
    height: 54px !important;
    min-height: 54px !important;
}

.c-btn:hover {
    background-color: #FE8726;
}

.i-btn {
    background-color: #eaeaea;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08rem;
    box-shadow: none !important;
    color: #bfbfbf;
    height: 54px !important;
    min-height: 54px !important;
}

.i-btn:hover {
    background-color: #FE8726;
    color: #fff;
}

.selected-btn {
    background-color: #a4d9a5 !important;
    color: #43a047;
    pointer-events: none !important;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08rem;
    box-shadow: none !important;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #edeaeb;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.header-imgs>img {
    width: 19%;
    margin-bottom: -20px;
}

.header-scroll {
    margin-top: 90px !important;
}

.last-road::after {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background-image: url("../img/flappy-alt.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    position: absolute;
    top: -45px;
    right: 10%;
}