.main-header {
    background: url(../media/205469/contactusbanner.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.main-content .considering {
    display: none;
    margin-top: 40px;
    width: 100%;
}

.main-aside {
    display: none;
}

.main-article {
    width: 100%;
    margin-bottom: 0;
}

.main-content {
    padding-top: 40px !important;
}

.contact-us__message {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    background-color: #FAFAFA;
    padding: 25px 15px;
    margin-bottom: 20px;
    border: 2px solid #FAFAFA;
}

.input-with-validation {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.form-number-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-bottom: 15px;
}
