@charset "UTF-8";

.heading.block_header_6.align-left {
    background-color: rgba(0,140,50,0.1);
}

.text-box {
    border: 2px solid #E8E8E8;
    padding: 25px;
    margin: 25px 0;
}

.text-bg {
    padding: 20px;
    margin: 25px 0;
    background-color: rgba(0,140,50,0.1);
}

#step1 + section .content_wrapper{
    position: relative;
}
#step1 + section .content_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: rgba(0,140,50,1);
    border-radius: 50%;
    border: solid 1px;
}
#step1 + section .content_wrapper::after{
    content: '';
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 7px;
}


#step2 + section .content_wrapper{
    position: relative;
}
#step2 + section .content_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: solid 2px rgba(0,140,50,1);
}
#step2 + section .content_wrapper::after{
    content: '';
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 7px;
}


#step3 + section .content_wrapper{
    position: relative;
}
#step3 + section .content_wrapper::before{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: rgba(0,140,50,1);
    border-radius: 50%;
    border: solid 1px;
}