HEX
Server: Apache/2.4.6 () PHP/7.4.33
System: Linux chile-dev-app-1 5.4.17-2136.315.5.el7uek.x86_64 #2 SMP Wed Dec 21 19:57:57 PST 2022 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wpformscontact/style/custom-scripts.css
.hugeit-contact-custom-scripts-left,.hugeit-contact-custom-scripts-right{
    width: 46%;
    margin: 20px 2%;
    float: left;
}
.hugeit-contact-custom-scripts-block > div label {
    display: inline-block;
    width: 20%;
    padding: 5px 0 0 2%;
    height: 30px;
    float: left;
    font-size: 18px;
    font-weight: 600;
}
.hugeit-contact-custom-scripts-block > div textarea{
    width: 70%;
    float: right;
    min-height: 400px;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #8a8a8a;
}

@media all and (max-width: 992px) {
    .hugeit-contact-custom-scripts-left,.hugeit-contact-custom-scripts-right{
        width: 90% !important;
        margin: 20px 5%;
    }
    .hugeit-contact-custom-scripts-block > div label,
    .hugeit-contact-custom-scripts-block > div textarea{
        float: none;
        display: block;
        width: 100%;
    }
}