.test{
    width: 100%;
    height: 95vh;
    display:flex;
    align-items: flex-end;
    justify-content: left;
    }
    
    .test .contentwrapper{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 25px;
    }
    
    .test .test-wrapper h1{
        color: white;
        font-family: 'PowerGroteskTrial-Bold';
        font-size: clamp(50px, 15vw, 200px);
        padding-left: 25px;
        padding-bottom: 15px;
    }

    .test .test-wrapper p{
        color: white;
        font-family: 'PowerGroteskTrial-Regular';
        font-size: clamp(1rem, 2.5vw, 2rem); 
        padding-left: 25px;
        padding-bottom: 20px;
    }

    .container{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        Justify-content: left;
        padding-right: 400px;
    }

.form{
    background: white;
    overflow: hidden;
    font-family: 'PowerGroteskTrial-Regular';

}

.form-field{
    width: 100%;
    height: 200px;
}

.form-control{
    width: 100%;
    height: 200px;
}

.form-comment{
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 900px){
    .container{
            width: 100%;
                height: 100vh;
                display: flex;
                align-items: center;
                Justify-content: left;
                padding: 0;
    }
}

.form-field{
    width: 100%;
    height: 200px;
}

.form-control{
    width: 100%;
    height: 200px;
}

.form-comment{
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 760px){
    .container{
            width: 100%;
                height: 100vh;
                display: flex;
                align-items: center;
                Justify-content: center;
            padding: 20px;
    }
}

.form-field{
    width: 100%;
    height: 50px;
}

.form-control{
    width: 100%;
    height: 50px;
}

.form-comment{
    width: 100%;
    height: 80px;
}

@media screen and (max-width: 550px){
    .container{
        width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            Justify-content: center;
    }
}

.form-field{
    width: 100%;
    height: 40px;
}

.form-control{
    width: 100%;
    height: 40px;
}

.form-comment{
    width: 100%;
    height: 70px;
}