﻿.stepsFour {
    height: 50px;
    margin-bottom: 45px;
    margin-top: 35px;
    margin: auto !important;
    width: fit-content !important;
    display: flex;
    align-items: center;
}

.stepFour {
    float: left;
    
    display: flex;
    align-items: center;
    
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;

    font-size: 19px;
    font-weight: bold;
    font-family: arial;
    
    color: #fff;
    background-color: #a5a9aa;
}

.stepFourHighlighted {
    background-color: #80c41c;
}

.divider {
    width: 40px;
    border-top: 2px solid #a5a9aa;
    margin: 0 5px;
}

@media (max-width: 450px) {
    .stepFour {
        height: 30px;
        width: 30px;
    }

    .divider {
        width: 15px;
    }
}

/*.wrap-contact2 { padding-top: 0px !important; }*/