#contact  {
    padding: 0;
}

#order-query .container  {
    margin: 25px auto;
    min-height: 800px;
}

#contact-fill .hero-fill {
    opacity: .9;
}

#contact-fill {
    background-size: cover;
    background-position: bottom;
    background-image: url('../img/hero/the-turntable-and-napkin.jpg');
}
 

.faq-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    
    background-color: #ffffff;
    overflow: hidden;
}

.contact-box {
    flex: 1;
    padding: 80px;
    box-sizing: border-box;
    height: 600px;
}

.contact-box p {
    margin-bottom: 50px;
}

.urgent {
    background-color: #ffffff;
    border-left: 8px solid var(--secondary-color);
    font-size: 3em;

}


.urgent p {
    color: var(--dark-color);
}

.question {
    background-color: #333333;
    color: #ffffff;
    font-size: 3em;
}

.question p {
    color: #ffffff;
}

.contact-number {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}

.phone-icon {
    font-size: 60px;
    margin-right: 10px;
}

.contact-button {
    background-color: #ffffff;
    color: #333333;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .faq-section {
        flex-direction: column;
    }

    .contact-box {
        padding: 80px 40px;
        height: 600px;
    }

    .question, .urgent {
        font-size: 2em;
    }

    .number{
        font-size: .8em;
    }
}
