#regform {
    text-align: left;
}

.row.align-items-center {
    text-align: left;
}

.title__section .title {
    padding-left: 20px !important;
    padding-right: 0 !important;
}

.title__section .title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 35px;
    background: #0180C8;
    border-radius: 5px;
}

.title__section .title::before {
    display: none;
}