.top-section {
    padding-top: 9rem;
}

/* Store content */
.subcategory-stores-content {
    margin-bottom: 8rem;
}

.store-header--card {
    margin-bottom: 3rem;
    height: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 8px 8px 19px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 8px 19px -6px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 19px -6px rgba(0,0,0,0.75);
}

.store-header--card img {
    width: 100%;
}

.store-header--name {
    font-size: 1.5rem;
    font-weight: bold;
}

.store-other-images {
    margin-top: 4rem;
}

.store-other-image {
    padding: 0 5px;
}

.store-other-image div {
    height: 12rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Store Information */
.store-information {
    text-align: center;
    margin-top: 5rem;
}

.location-svg-container,
.opening-hours-svg-container,
.contact-svg-container,
.website-svg-container {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.information-title {
    margin-bottom: 1rem;
    font-weight: bold;
}


/* Media Queries */
@media (min-width: 768px) and (max-width: 1200px) {

    .store-header--card {
        height: 9rem;
    }

    .information {
        word-break: break-all;
    }
}

@media (max-width: 576px) {

    .store-header--card {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 3rem;
    }

    .store-header--info {
        padding-right: 3rem;
    }

    .store-other-image {
        padding: 0 1rem;
    }

    .store-information {
        margin-top: 3rem;
    }

    .store-information>div {
        margin-bottom: 3rem;
    }
}