.section-with-content {
    padding: 7rem 0;
}

.process-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    /*float: left;*/
    margin-bottom: 4rem;
}

.process {
    text-align: center;
    position: relative;
    float: left;
    width: 25%;
    z-index: 0;
}

mark {
    background: rgba(234, 198, 9, .60);
    border-radius: 5px;
    color: #424242;
    font-weight: bold;
}

.process:after {
    position: absolute;
    top: 35%;
    right: -37%;
    content: '';
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    z-index: -1;
}

.process:last-child:after {
    display: none;
}

.process p {
    position: relative;
    width: 80px;
    height: 80px;
    display: table;
    border: 2px solid #fafafa;
    margin: 0 auto 20px;
    background: #fff;
    z-index: 1;
    font-weight: 400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.process p span {
    display: table-cell;
    vertical-align: middle;
}

.process h3 {
    font-size: 12px;
    width: 85%;
    font-weight: 400;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process.active p {
    border: 2px solid #f0f0f0;
}

.process.active p span {
    color: #FFF;
    font-weight: bold;
    background-color: #2b68a8;
    border-radius: 50%;
}

.process.active h3 {
    font-weight: bold;
}

.btn.btn-secondary.back {
    background: rgba(255, 195, 0, 1);
    color: #fff;
    border: 1px solid rgba(255, 195, 0, 1);
}

.btn.btn-primary.next:hover {
    background: #98e7dd !important;
    border-color: #98e7dd !important;
}

.btn.btn-secondary.back:hover {
    background: rgba(255, 195, 0, .85) !important;
    border-color: rgba(255, 195, 0, .85) !important;
}


/* ============================= */


/* --- --- MEDIA QUERIES --- --- */


/* ============================= */

@media screen and (max-width: 768px) {
    .section-with-content {
        padding: 4rem 0;
    }
    .process:before {
        position: absolute;
        top: 35%;
        left: -37%;
        content: '';
        width: 100%;
        height: 1px;
        background: #f0f0f0;
        z-index: -1;
    }
    .process:last-child:after {
        display: block;
    }
    .process p {
        margin: 0 auto 10px;
    }
    .process {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .process-wrap {
        margin-bottom: 3rem;
    }
    .btn.btn-primary.next,
    .btn.btn-secondary.back {
        width: 100%;
    }
    .btn.btn-primary.next {
        margin-top: .75rem;
    }
    .btn.btn-primary.next:first-child,
    .btn.btn-secondary.back {
        margin-top: 2rem;
    }

    .confirmation-email-container h2{
        font-size: 24px;
    }

    .confirmation-email-container .card-info-container{
        margin-top: 20px!important;
    }

    .confirmation-email-container p{
        font-size: 17px!important;
    }

    .confirmation-email-container .img-email{
        margin-top: 20px!important;
    }
}


/* ==================================== */


/* --- --- END OF MEDIA QUERIES --- --- */


/* ==================================== */