_questions.scss 1.05 KB
.questions{
    background-color: #f0f0f0;
    margin: 0 -50%;
    padding: 40px 50%;
    width: 200%;
    max-width: 200%;
    .wp-block-group__inner-container{
        max-width: 1066px;
    }
    h2{
        text-transform: uppercase;
        color: #666;
        font-size: 60px;
        line-height: 72px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    p{
        color: #666666;
        font-size: 20px;
        line-height: 24px;
    }
    .wpcf7{
        max-width: unset;
        margin-top: 40px;
        
        label {
            display: inline-block;
            margin-bottom: 20px;
            color: #666666;
        }
        .wpcf7-form-control-wrap {
            width: 80%;
            display: inline-block;
            margin-left: 10px;
            float: right;
        }
        .col-lg-12{
            .wpcf7-form-control-wrap {
                width: 100% !important;
            }
        }
    }
    span.required {
        margin-top: 20px;
        font-size: 16px;
        text-align: right;
        color: #666666;
    }
}