.contact-container {
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 40px;
    margin-top: -60px;
}

.form-item-input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px 15px;
    font-size: 16px;
    line-height: 100%;
}

textarea.form-item-input {
    min-height: 200px;
}

.form-item-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;

    color: #FFFFFF;
    background: #2B2D42;
    border-radius: 16px;
}

@media screen and (max-width: 1024px) {
    .contact-container {
        width: 300px;
    }
}
