.rebenok-uzuch-robota{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0A1628 0%, #0F2A50 100%);
    cursor: default;
}
.rebenok-uzuch-robota__container{
    width: 92%;
    display: flex;
    
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
}
.rebenok-uzuch-robota__up-title{
    color: #00D4E0;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.rebenok-uzuch-robota__title{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px; 
    margin-top: 26px;
}
.rebenok-uzuch-robota__sub-title{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 26px;
    width: 570px;
}

.rebenok-uzuch-robota__content{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 35px;
}
.rebenok-uzuch-robota__content__left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rebenok-uzuch-robota__content__left > img{
    border-radius: 32px;
    border: 0.8px solid rgba(99, 245, 255, 0.25);
    background: #FFF;
    box-shadow: 0 24px 80px 0 rgba(99, 245, 255, 0.22);
    width: 530px;
}

.rebenok-uzuch-robota__content__right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 39px;
}
.rebenok-uzuch-robota__right__item{
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    border-radius: 16px;
    border: 0.8px solid rgba(99, 245, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}
.rebenok-uzuch-robota__right__item__one-el{
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #63F5FF 0%, #00D4E0 100%);
    color: #0A1628;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    flex: none;
}
.rebenok-uzuch-robota__right__item__two-el{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 11px;
}
.rebenok-uzuch-robota__right__item__two-el > span{
    color: #FFF;
    font-family: 'Inter';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rebenok-uzuch-robota__right__item__two-el > p{
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 160% */
    width: 750px;
}