.questions {
    margin-top: 80px;

}

.questions-card {
    height: 100%;
    position: relative;
    padding: 30px 80px 30px 80px;
}
.questions-card-image {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    filter: contrast(1.1);
}
.questions-header{
    margin-top: 40px;
    margin-bottom: 20px;
    z-index: 3;
}

.questions-text {
    margin: 0;
    width: 55%;
    z-index: 2;
}

.questions-card-inputs-wrapper {
    margin-top: 50px;
    margin-bottom: 60px;
    z-index: 2;
    width: 95%;
    display: flex;
    justify-content: space-between
}
.questions-card-input {
    font-size: 18px;
    width: 100%;
    margin-right: 40px;
    background: #252525;
    border: none;
    outline: none;
    padding: 20px 30px;
    z-index: 2;
}

.questions-card-textarea {
    resize: none;
    font-size: 18px;
    margin-top: -30px;
    background: #252525;
    margin-right: 40px;
    border: none;
    outline: none;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    height: 200px;
}

@media (max-width: 1500px) {
    .questions-card-image{
        height: 75%;
    }
}
@media (max-width: 1200px) {
    .questions-card-image{
        height: 60%;
    }
}
@media (max-width: 950px) {
    .questions {
        margin-top: 60px;

    }
    .questions-card-image {
        width: 55%;
        height: auto;
    }
    .questions-text {
        width: 100%;
    }
    .questions-card{
        padding: 60px 40px;
        padding-top: 230px;
    }
    .questions-card-inputs-wrapper{
        flex-direction: column;
        width: 100%;
        margin-top: 21px;
        margin-bottom: 35px;
    }
    .questions-card-input {
        font-size: 16px;
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .questions-header{
        margin-top: 16px;
        margin-bottom: 11px
    }

}
@media (max-width: 600px) {
    .questions-card-image {
        width: 63%;
        height: auto;
    }
}
@media (max-width: 500px) {
    .questions {
        margin-top: 50px;
    }
    .questions-card{
        padding: 40px 20px;
        padding-top: 170px;
    }

    .questions-card-input {
        padding: 15px 20px;
    }
}
