.help-web-container{
    background: var(--white);
    padding: 6.25vw 6.5vw;
}

.h-w-container{
    width: 51.5625vw;
}

.help-web-container img{
    width: 29.6875vw;
}

.row-form{
    display: flex;
    justify-content: space-between;
}

.row-form .f-r-item{
    width: 48%;
}

.h-w-container textarea{
    width: 100%;
    border: none;
    border-radius: 0.625vw;
    padding: 1.25vw;
}

.h-w-container .black-button{
    width: 100%;
    text-align: center;
}

@media (max-width: 768px){
    .find-r-i{
        display: none;
    }
    .h-w-container{
        width: 100%;
    }
    .h-w-container .mb-80{
        margin-bottom: 6vw;
    }
}

@media (min-width: 1400px){
    .help-web-container{
        transform: scale(0.8);
        transform-origin: top center;
        padding: 3vw 7.2vw;
        margin-bottom: -11vw;
    }
}