.register-wrap {
    background: #F7F7F7;
    text-align: center;
    padding: 9.6rem 0;
}

.register-wrap img {
    width: 99.4rem;
}

.products-wrap {
    background: url(../images//work-bg.png) no-repeat no-repeat center center;
    padding-top: 9rem;
    padding-bottom: 7rem;
}

.products-title {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #FFFFFF;
    margin-bottom: 9rem;
}

.products-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-container img {
    width: 28.3rem;
    margin-left: 16.5rem;
}

.products-item {
    margin-bottom: 3rem;
    width: 49.4rem;
}

.products-item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.products-item .products-item-title {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.products-item .products-item-title::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.5rem;
}
.products-item .products-item-des {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #FFFFFF;
}