/* Extra Small Devices (Mobile, <576px) */
@media (max-width: 575.98px) {
    .boss-introduction {
        padding-top: 50px;
    }

    .boss-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .boss-description {
        width: 100%;
        padding: 0 20px;
    }

    .boss-description h2 {
        white-space: wrap;
        text-align: center;
    }

    .boss-image {
        width: 100%;
        height: auto;
    }

    .shop-introduction {
        padding-top: 50px;
    }

    .shop-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .shop-introduction-img {
        width: 100%;
        height: auto;
    }

    .shop-introduction-text {
        width: 100%;
        padding: 0 20px;
    }

    .shop-introduction-text h2 {
        white-space: wrap;
        text-align: center;
    }

    .follow-me {
        width: 100%;
        padding: 0 20px;
    }

    .follow-me p:nth-child(2) {
        width: 100%;
    }
}

/* Small Devices (≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium Devices (≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .boss-introduction {
        padding-top: 50px;
    }

    .boss-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .boss-description {
        width: 100%;
        padding: 0 20px;
    }

    .boss-description h2 {
        white-space: wrap;
        text-align: center;
    }

    .boss-image {
        width: 100%;
        height: auto;
    }

    .shop-introduction {
        padding-top: 50px;
    }

    .shop-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .shop-introduction-img {
        width: 100%;
        height: auto;
    }

    .shop-introduction-text {
        width: 100%;
        padding: 0 20px;
    }

    .shop-introduction-text h2 {
        white-space: wrap;
        text-align: center;
    }

    .follow-me {
        width: 100%;
        padding: 0 20px;
    }

    .follow-me p:nth-child(2) {
        width: 100%;
    }
}

/* Large Devices (≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .boss-introduction {
        padding-top: 50px;
    }

    .boss-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .boss-description {
        width: 100%;
        padding: 0 20px;
    }

    .boss-description h2 {
        white-space: wrap;
        text-align: center;
    }

    .boss-image {
        width: 100%;
        height: auto;
    }

    .shop-introduction {
        padding-top: 50px;
    }

    .shop-introduction .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .shop-introduction-img {
        width: 100%;
        height: auto;
    }

    .shop-introduction-text {
        width: 100%;
        padding: 0 20px;
    }

    .shop-introduction-text h2 {
        white-space: wrap;
        text-align: center;
    }

    .follow-me {
        width: 100%;
        padding: 0 20px;
    }

    .follow-me p:nth-child(2) {
        width: 100%;
    }
}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Extra Extra Large Devices (≥1400px) */
@media (min-width: 1400px) {}