.process_back{
    width: 100%;
    height: 640px;
    background: #F7F7F7;
}
.process_p{
    font-weight: 600;
    font-size: 34px;
    color: #8054E7;
}
.process_div{
    width: 0px;
    height: 30px;
    border: 3px solid #3D3D3D;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 10px;
}
.process_circle{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 10px;
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
}
.process_dotted{
    width: 75%;
    margin: auto;
    top: -63px;
    position: relative;
    border-top: 2px dashed #BFBFBF;
}
.process_img{
    margin: auto;
}
.process_p_one{
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #000000;
}
.process_p_two{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .process_p_two{
        font-size: 16px;
    }
    .process_p_one{
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .process_p_two{
        font-size: 13px;
    }
    .process_p_one{
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .process_p_two{
        font-size: 9px;
    }
    .process_p_one{
        font-size: 16px;
    }
}
