/* Info Section */
.info-section,
.info-sectionwhite {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.info-section {
    background-color: #f8f8f8;
}

.info-sectionwhite {
    background-color: #ffffff;
}

.info-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.info-content h2 {
    font-size: 50px;
    margin-bottom: 40px;
    color: #333;
    font-weight: 400;
    letter-spacing: 2px;
}

.info-content p {
    font-size: 25px;
    margin-bottom: 15px;
}

/* Store Info Section */
.store-info-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Abel', sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
}

.store-address-divider {
    margin-top: 20px;
    border-top: 1.5px solid #222;
    width: 100%;
    margin-left: auto;
}