.page-header {
    background-image: url('/images/shop-image.webp');
    background-size: cover;
}

.page-header {
    background-position-y: 65%;
}

.included-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 50px;
}

.included-services li {
    flex-basis: 300px;
    list-style: inside;
}

.header-buttons {
    padding-top: 30px;
}

.shop-location {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.shop-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 650px;
}

.shop-location .text-content {
    flex: 1;
}

.shop-location .image-content {
    flex: 1;
}

.shop-location img {
    width: 320px;
    height: auto;
    border-radius: 8px;
}