.his_pd{
    padding: 135px 0 60px 0;
}
.main_hd {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.main_centText, .main_hd {
    text-align: center;
    color: #232e35;
}
.main_centText {
    max-width: 710px;
    font-size: 18px;
    line-height: 30px;
    margin: 20px auto 0;
}
.user_transf {
    padding-top: 50px;
}
.utf_inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    border: 1px dashed #a5a5a5;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.utfWrp {
    width: 100%;
    margin: 0;
    padding: 50px 0 50px;
}

.utf_inner {
    position: relative;
}
.utfWrp li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}
.utfWrp li:last-child {
    margin-bottom: 0;
}
/* .uImgBox */ .uTxtBox {
    width: 45%;
}
.uTxtBox {
    min-height: 150px;
    box-shadow: 0 8px 50px #0000001a;
    border-radius: 6px;
    padding: 30px 30px 30px 40px;
    background: #fff;
}
.utfBul {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    /* background: transparent linear-gradient(180deg,#3da4b4,#32b588); */
    /* background: transparent linear-gradient(158deg,#36b5ff,#5ea8d3); */
    background: transparent linear-gradient(158deg,#1b57dd,#a4d0e9);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translatex(-50%);
}
/* .uImgBox {
    min-height: 200px;
    text-align: center;
} */
.utfWrp li:nth-child(odd) {
    justify-content: flex-end;    
}
.utfWrp li:nth-child(even) {
    justify-content: flex-start;
}
.his_yr {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #232e35;
    /* color: #104f9a; */
    color: #286fc3;
    
    text-transform: capitalize;
}
.txtCt h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
    color: #232e35;
}
.txtCt p, .txtCt a {
    font-size: 16px;
    line-height: 24px;
    color: #232e35; 
    margin-bottom: 10px;  
}
.txtCt a {
    display: inline-block;
    color: #1a73e8;   
    word-break: break-all; 
}
.txtCt a:hover {
    text-decoration: underline;
}








@media (max-width: 1100px) {
    .main_hd {
        font-size: 30px;
        line-height: 38px;
    }
    .main_centText {
        max-width: 670px;
        font-size: 18px;
        line-height: 26px;
        margin: 15px auto 0;
    }
    .uTxtBox {
        min-height: 150px;
        padding: 20px;
    }
    .his_yr {
        font-size: 22px;
        line-height: 28px;        
        margin-bottom: 15px;
    }
    
    
}


 @media (max-width: 900px) {
    .his_pd {
        padding: 50px 0 60px 0;
    }
    .utf_inner {
        position: relative;
    }
    .utf_inner:before {       
        left: 20px;
        transform: none;
    }
    .utfBul {
        left: 0.2%;
        transform: none;
        width: 40px;
        height: 40px;
    }
    .uImgBox, .uTxtBox {
        width: 83%;
    }
    .uTxtBox {
        padding: 15px;
        margin-right: 15px;
    }
    .his_yr {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .txtCt p, .txtCt a {
        font-size: 15px;
        line-height: 20px;
    }
    .utfWrp li:nth-child(even) {
        justify-content: flex-end;
    }
    .user_transf {
        padding-top: 30px;
    }
    .main_hd {
        font-size: 26px;
        line-height: 34px;
    }
    .main_centText {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin: 10px auto 0;
    }
    .utfWrp li {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }



 }
