#center-overview-section-hours {
    background-color: #f3f3f3;
    direction: rtl;
    /*font-family: 'Noto Sans Hebrew', sans-serif;*/
}

#center-overview-section-hours .center-overview-hours__contact-card {
    margin-bottom: 0;
}

#center-overview-section-hours .center-overview-hours__person-row {
    align-items: center;
    justify-content: center;
    padding-inline-start: 0;
}

#center-overview-section-hours .center-overview-hours__logo {
    width: 92px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

#center-overview-section-hours .center-overview-hours__person-text {
    margin-top: 12px;
    text-align: center;
}

#center-overview-section-hours .center-overview-hours__person-label {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

#center-overview-section-hours .center-overview-hours__person-role {
    color: #d8d8d8;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
}

#center-overview-section-hours .center-overview-hours__person-name {
    text-align: center;
}

#center-overview-section-hours .center-overview-hours__details-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px solid var(--overview-border);
}

#center-overview-section-hours .center-overview-hours__details-text {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

#center-overview-section-hours .center-overview-hours__image-wrap {
    margin: 0;
    aspect-ratio: 1100 / 600;
    overflow: hidden;
    background: transparent;
}

#center-overview-section-hours .center-overview-hours__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 1024px) {
    #center-overview-section-hours {
        display: flex;
        flex-direction: column;
    }

    #center-overview-section-hours .center-overview-hours__contact-card {
        flex-shrink: 0;
    }

    #center-overview-section-hours .center-overview-hours__image-wrap {
        flex: 1 1 0;
        min-height: 0;
        aspect-ratio: auto;
        display: flex;
    }

    #center-overview-section-hours .center-overview-hours__image {
        flex: 1 1 auto;
        min-height: 100%;
    }
}

@media (min-width: 1025px) {
    #center-overview-section-hours {
        position: relative;
        display: grid;
        grid-template-columns: minmax(250px, 345px) minmax(0, 1fr);
        align-items: stretch;
        background-color: #f3f3f3;
    }

    #center-overview-section-hours::before {
        content: '';
        grid-column: 1;
        grid-row: 1;
        align-self: stretch;
        background-color: var(--overview-card-bg);
        background-image: url('../img/doted-bg.jpg');
        background-position: bottom center;
        background-size: contain;
        background-repeat: repeat-x;
        pointer-events: none;
        z-index: 0;
    }

    #center-overview-section-hours .center-overview-hours__contact-card {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
        position: sticky;
        align-self: start;
        top: var(--desktop-header-height);
        z-index: 1;
        background: transparent;
    }

    #center-overview-section-hours .center-overview-hours__person-row {
        justify-content: center;
        padding-inline-start: 0;
    }

    #center-overview-section-hours .center-overview-hours__logo {
        width: 104px;
    }

    #center-overview-section-hours .center-overview-hours__person-text {
        text-align: center;
    }

    #center-overview-section-hours .center-overview-hours__person-label {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #center-overview-section-hours .center-overview-hours__person-role {
        font-size: 16px;
        margin-bottom: 6px;
    }

    #center-overview-section-hours .center-overview-hours__details-row {
        padding: 18px 25px;
    }

    #center-overview-section-hours .center-overview-hours__image-wrap {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        width: 100%;
        aspect-ratio: 1300 / 730;
        min-width: 0;
        height: auto;
        margin: 0;
        margin-left: 0;
        margin-right: auto;
        padding: 20px;
        box-sizing: border-box;
        position: sticky;
        top: var(--desktop-header-height);
    }
}
