.reg-section{
    padding-top: 80px;
    display: flex;
    gap: 40px;
}

.reg-title{
    box-shadow: none;
    color: rgb(0, 0, 0);
    font-family: wfont_ab1657_c7bd0435963746199450b965fe072486, wf_c7bd0435963746199450b965f, orig_barlow_bold;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    text-align: center;
    margin-top: 20px;
}
.reg-text{
    box-shadow: none;
    color: rgb(0, 0, 0);
    font-family: wfont_ab1657_9a8cd7a46e114959a005c9abb76041f7, wf_9a8cd7a46e114959a005c9abb, orig_overpass_light;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    margin-top: 30px;
    list-style-type: decimal;
}
.reg-text .pl-30 {
    margin-left: 30px;
    display: block;
}
.reg-section-left-part img{
    width: 100%;
}
.reg-section-left-part{
    max-width: 66.6%;
}
.reg-section-right-part{
    max-width: 458px;
    margin: auto;
    margin-top: 0;
}
@media (max-width: 1000px) {
    .reg-section {
        flex-direction: column;
        gap: 20px;
        padding-top: 40px;
    }
    .reg-section-left-part {
        max-width: 100%;
    }
    .reg-section-right-part {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 40px;
    }
    .reg-section-left-part img {
        width: 100%;
        height: auto;
    }
    .reg-title {
        font-size: 28px;
        margin-top: 10px;
    }
    .reg-text {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .reg-title {
        box-shadow: none;
        color: rgb(0, 0, 0);
        font-family: wfont_ab1657_c7bd0435963746199450b965fe072486, wf_c7bd0435963746199450b965f, orig_barlow_bold;
        font-size: 35px;
        font-weight: 400;
        line-height: normal;
        text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    }
    .reg-text {
        box-shadow: none;
        color: rgb(0, 0, 0);
        font-family: wfont_ab1657_9a8cd7a46e114959a005c9abb76041f7, wf_9a8cd7a46e114959a005c9abb, orig_overpass_light;
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    }
}
