.about-hero {
    background-image: url("/images/sbeer/bar 1.jpg");
    background-size: cover;
    background-position: top 50%;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.about-hero h1 {
    font-size: 55px;
    font-weight: 600;
    color: white;
    width: 90%;
    margin: auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.about-introduction-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
    width: 95%;
}
.about-introduction-container a {
    color: var(--primary-color);
}
.about-introduction-container a:hover {
    text-decoration: underline;
    color: darken(var(--primary-color), 10%);
}
.about-introduction-container h1 {
    margin-top: 0;
}
.about-introduction-container .about-introduction h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
}
.about-introduction-container .about-introduction h2:not(:first-child) {
    margin-top: 2rem;
}
.about-introduction-container .about-introduction ul {
    padding-inline-start: 1rem;
    margin-bottom: 2rem;
}
.about-introduction-container .about-introduction ul li {
    margin-bottom: 0.5rem;
}
.about-introduction-container .about-introduction figure {
    margin: 3rem 0;
    text-align: center;
}
.about-introduction-container .about-introduction figure img {
    border-radius: 10px;
    max-height: 300px;
}
/* Extra small devices (phones, 768px and up) */
@media only screen and (min-width: 768px) {
    .about-introduction-container
        .about-introduction
        .about-section-shop
        figure
        img {
        width: 80%;
        max-width: 500px;
    }
}

/* Small devices (tablets, 992px and up)*/
@media only screen and (min-width: 992px) {
    .about-hero h1 {
        font-size: 68px;
    }
    .about-introduction-container .about-introduction > div {
        margin-block: 4rem;
    }
    .about-introduction-container .about-introduction > div > .text {
        /*display: flex;
        align-items: center;
        flex-wrap: wrap;*/
    }
    .about-introduction-container .about-introduction > div > figure {
        margin: 1.5rem 0;
    }
    .about-introduction-container .about-introduction > div > .text p {
        margin: 0;
        margin-block: 0 2rem;
        width: 100%;
    }
    .about-introduction-container .about-introduction .about-section-start {
        display: grid;
        grid-template-columns: 4fr 3fr;
        gap: 2rem;
        align-items: center;
    }
    .about-introduction-container .about-introduction .about-section-mission {
        text-align: center;
    }
    .about-introduction-container
        .about-introduction
        .about-section-mission
        ul
        li {
        margin-bottom: 1rem;
    }
    .about-introduction-container .about-introduction .about-section-shop {
        display: grid;
        grid-template-columns: 5fr 4fr;
        gap: 2rem;
    }
    .about-introduction-container
        .about-introduction
        .about-section-shop
        .text {
        order: 1;
    }
    .about-introduction-container
        .about-introduction
        .about-section-shop
        .text
        .subtext
        p {
        margin-block: 2rem;
    }
    .about-introduction-container
        .about-introduction
        .about-section-shop
        figure {
        order: 0;
    }
    .about-introduction-container .about-introduction .about-section-rental {
        display: grid;
        grid-template-columns: 4fr 1fr;
        gap: 2rem;
    }
    .about-introduction-container
        .about-introduction
        .about-section-rental
        .text
        p {
        margin-bottom: 1rem;
    }
    .about-introduction-container
        .about-introduction
        .about-section-rental
        .text
        ul:last-of-type {
        margin-bottom: 0;
    }
    .about-introduction-container
        .about-introduction
        .about-section-rental
        figure {
        display: flex;
        margin: 0;
    }
}
/* Medium devices (Laptop, 1280px and up)
@media only screen and (min-width: 1280px) {
}

/* Large devices (Monitors, 1440px and up)
@media only screen and (min-width: 1440px) {
}*/
