.cal-store-header {
    margin: 0 -999px;
    padding: 0 999px;
    background-color: #f1f1f0;
}
.cal-store-header-container {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cal-store-header .contact-header {
    font-weight: bold;
}

.cal-store-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cal-store-header-title h2 {
    font-size: 32px;
    margin: 0;
}

.cal-store-header .contact-phone {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 781px) {
    .cal-store-header-container {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}