.flex {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.flex-col {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.container {
    margin-bottom: 3rem;
}

.order-icon {
    font-size: 1.4rem;;        

}

.contact {
    display: flex;
    flex-direction: column;
    margin-left: 6rem;;
    margin-bottom: 2rem;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.order-button {
    height: auto;
    font-size: 2rem;
    padding: 1rem;
    background-color: #fac4d4 !important;
}

.order-button:hover {
    background-color: #fcb0c6 !important;
}

.team-name:hover {
    color: #fac4d4 !important;
}

.delivery {
    margin: 0;
}