section .steps .step {
    background: #FFF;
    border-radius: 20px;
}

section .steps .step .col-3 .border {
    border: 3px solid #555 !important;
    border-radius: 50%;
    padding: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

section .steps .step .col-3 i {
    font-size: 30px;
}

section .steps .step .col-9 h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

section .steps .step .col-9 p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

table i {
    font-size: 15px;
}

table tr td:nth-child(1) {
    padding-top: 3px;
    vertical-align: top;
}

table tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 25px;
}

table tr td:nth-child(2) div:nth-child(2) {
    color: #888;
}

form label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px;
}
