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

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

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

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

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

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

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

@media (min-height: 120vw){
    .find-r-i{
        display: none !important;
    }
    .h-w-container{
        width: 100% !important;
    }
    .h-w-container .mb-80{
        margin-bottom: 6vw !important;
    }
}

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