.prof_reg_private {
    display: flex;
    width: 100%;
    padding: 30px;
    color: #fff;
    background-color: #2d2d2d;
    align-items: center;
}

.dark-theme .prof_reg_private {
    background-color: var(--ifc-gray-700);
}

.prof_reg_private ul {
    font-family: FuroreRegular;
    font-size: 0.875rem;
    list-style: none;
}
.ul_num {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    min-width: 270px;
}
body[dir=rtl] .ul_num {float: right;}
.ul_num li{line-height: 19px;}
.li_num{
    display: inline-block;
    width: 20px;
    padding-right: 10px;
}
body[dir=rtl] .li_num{
    padding-right: 0;
    padding-left: 10px;
}
.system{
    position: relative;
    display: inline-block;
    float: left;
    min-width: 45px;
    height: 152px;
    background: url(/images/multidoc/geworko_overview/system.png);
    background-repeat: no-repeat;
}
body[dir=rtl] .system{
    float: right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.infinity{
    width: 60px;
    min-width: 65px;
    height: 30px;
    background: url(/images/multidoc/geworko_overview/infinity.png);
    background-repeat: no-repeat;
    background-size: 60px;
}
.system_text,
.system_text_1{
    position: relative;
    display: inline-block;
    min-width: 165px;
    text-align: left;
}
body[dir=rtl] .system_text,
body[dir=rtl] .system_text_1{
    text-align: right;
}

.unlimited_width_btn .prof_reg_private  .system_text_1,
.unlimited_width_btn .prof_reg_private a{display: inline-block;}
.prof_reg_private .system_text_1{display: none;}
.inlimmited_right_part{
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}
body[dir=rtl] .inlimmited_right_part{
    padding-right: 30px;
    padding-left: 0;
}
.system_text_1{padding-bottom: 10px;}
.prof_reg_private a{display: none;}
@media (max-width: 768px){
    .prof_reg_private{flex-wrap: wrap;}
    .inlimmited_right_part{
        padding: 0;
        text-align: center;
    }
}

@media (min-width: 621px) and (max-width: 768px){
    .inlimmited_right_part{margin-top: 20px;}
}
@media (max-width: 620px){
    .inlimmited_right_part a{margin: 0;}
    .infinity{display: none;}
    .system{display: none;}
    .ul_num{
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .ul_num li{
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    .system_text{
        top: 0;
        left: auto;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 400px){
    .prof_reg_private{padding: 15px;}
}

@font-face {
    font-family: "FuroreRegular";
    src: url("/css/fonts/FuroreRegular.woff");
    url("/css/fonts/FuroreRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}