.grfk-contactForm-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--mainColor1);
    margin: 0 var(--gaps1);
    padding: var(--gaps2) 10vw var(--gaps2) 10vw;
    justify-content: center;
    align-items: center;
}

.grfk-contactForm-section-form {
    display: flex;
    flex-direction: column;
    gap: var(--gaps05);
    width: 100%;
}

.grfk-contactForm-section-input-container {
    display: flex;
    flex-direction: column;
    gap: var(--gaps05);
    width: 100%;
}

.grfk-contactForm-section-form>input[type="button"] {
    align-self: center;
}