.affbox{
    background: url(./process_bg.png) center 0px / cover no-repeat;
}

.process {
    padding-top: 110px;
    padding-bottom: 110px;
}

.section_title h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    color: #050505;

    margin-bottom: 15px;
}

.section_title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #5e6282;
}

.process_items {
    margin-top: 70px;
}

.process_items .single_item {
    text-align: center;
    position: relative;
}

.process_items .single_item .s_no {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #FF824C;
    height: 36px;
    width: 36px;
    padding-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-145px);
}

.process_items .single_item .icon {
    background: #FFE5E0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}

.vboxaff{
	    background-color: rgb(255, 229, 224);
}



.process_items .single_item h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    color: #050505;
  
}

.process_items .single_item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
 
    color: #5E6282;
}

