.contactUsBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 96px;
    margin: 0;
}

.contactUsFirstCol, .contactUsSecCol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 600px;
    flex-wrap: nowrap;
}

.contactUsFirstCol h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: var(--main-blue) !important;
}

.contactUsFirstColDescription {
    margin: 0 0 30px 0 !important;
    color: #424242;
}

#quote_block input::placeholder, #quote_block textarea::placeholder {
    font-size: 20px;
}

.contactUsFirstCol p {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

#quote_form p {
    color: #1A1A1A;
    font-weight: 500;
    margin-bottom: 16px;
}

.contactUsFirstCol input, .contactUsFirstCol textarea {
    width: 95%;
    border: 1px solid #EAEAEA;
    border-radius: 40px;
    height: 70px;
    padding-left: 20px;
    margin-bottom: 32px;
}

.contactUsFirstCol textarea {
    padding: 20px;
    height: 170px !important;
}

#send_quote {
    width: 130px;
    height: 70px !important;
    background: var(--main-orange);
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 0 !important;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.contactUsSecondCol p {
    color: #424242;
    margin: 0;
    line-height: 153%;
}

.contactUsSecondColInfo {
    margin-bottom: 20px !important;
}

.contactUsSecondColInfo a {
    text-decoration: none;
    color: var(--main-blue);
}

.contactUsSecondCol img {
    margin-bottom: 48px;
}

.contactUsSecondColHeader {
    font-size: 20px;
    font-weight: 500;
}

.servingBlock {
    text-align: center;
    background-color: var(--main-blue);
    color: white;
    padding: 96px;
}

.servingBlock h2 {
    font-size: 48px;
    margin-bottom: 64px;
    font-weight: 600;
}

.servingBlockInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.servingBlockInfo img {
    width: 599px !important;
    height: 486px !important;
}

.servingBlockInfoSchedule {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 45%;
    padding: 24px;
}

.servingBlockInfoSchedule h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 48px;
    text-align: left;
}

.servingBlockInfoScheduleContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
}

.servingBlockInfoScheduleColumn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 62px;
}

.servingBlockInfoScheduleColumn p {
    margin: 0;
}

.servingBlockInfoScheduleColumn p:first-child {
    margin-bottom: 12px;
}

.hiddenMargin {
    margin-bottom: 48px;
}

@media (max-width: 1300px) {
    .contactUsSecondCol {
        max-width: 50%;
    }

    .contactUsSecondCol img {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .servingBlockInfo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .servingBlockInfoScheduleColumn .hiddenMargin {
        margin-bottom: 0;
    }

    .servingBlockInfoScheduleColumn p:last-child {
        margin-top: 0;
    }

    .servingBlock {
        padding: 48px 20px;
    }

    .servingBlock h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .servingBlockInfoSchedule h3 {
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 0;
        margin-top: 32px;
        margin-bottom: 32px;
        text-align: center;
    }


}


@media (max-width: 1000px) {
    .contactUsBlock {
        flex-direction: column;
        justify-content: center;
        padding: 48px 10px;
        margin: 0;
    }

    .contactUsFirstCol, .contactUsSecCol {
        width: 100%;
        text-align: center;
    }

    #quote_form p {
        color: #1A1A1A;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: left;
    }

    .contactUsFirstCol input, .contactUsFirstCol textarea {
        width: 100%;
        border: 1px solid #EAEAEA;
        border-radius: 40px;
        height: 60px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    #send_quote {
        height: 50px !important;
        border-radius: 30px;
        font-size: 16px;
        line-height: 143%;
    }

}


@media (max-width: 820px) {

    .servingBlock {
        padding: 48px 10px;
    }

    .servingBlockInfo img {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }

    .servingBlockInfoSchedule {
        width: 80%;
    }

}

@media (max-width: 550px) {
    .servingBlock h2 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        width: 262px !important;
        margin: 0 auto 32px auto;
    }

    .servingBlockInfoSchedule h3 {
        font-size: 18px;
        line-height: 122%;
    }

    .servingBlockInfoScheduleColumn {
        font-size: 12px;
    }

    #send_quote {
        height: 52px !important;
        border-radius: 30px;
        font-size: 14px;
        line-height: 143%;
        width: 100% !important;
    }

    .contactUsFirstCol p {
        max-width: 300px !important;
    }

    .contactUsFirstCol h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
        margin: 0;
    }

    .contactUsFirstColDescription {
        margin: 16px 0 32px 0 !important;
        color: #424242;
        font-size: 16px !important;
        text-align: left;
        line-height: 150%;
    }

    #quote_form p {
        color: var(--main-blue);
        font-size: 12px;
        line-height: 150%;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .contactUsFirstCol textarea {
        height: 130px !important;
    }

    .contactUsSecondCol {
        max-width: 100%;
        margin-top: 12px;
    }

    .contactUsSecondColHeader {
        margin-bottom: 0;
    }

    .contactUsSecondColHeader, .contactUsSecondCol p {
        font-weight: 400;
        font-size: 14px;
        line-height: 157%;
        text-transform: capitalize;
        color: #1a2a3a;
    }

    .contactUsFirstCol input {
        height: 50px;
    }

    #quote_block input::placeholder, #quote_block textarea::placeholder {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 400px) {
    .servingBlockInfoSchedule {
        width: 95%;
    }

    #send_quote {
        font-size: 12px !important;
    }
}
