.nizu-logo{
    width: 44px;
}
.nizu-image{
    border-radius: 12px;
    width: 400px;
    height: 400px;
}
.nizu-integration-image{
    width: 123px;
    height: 123px;
    border-radius: 20%;
    background-color: white;
    padding: 11px;
}
.how-work-video-content {
    position: sticky;
    top: 30px;
    margin-left: 15px;
}

.how-work-video {
    width: 100%;
}

.how-work-video video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}