h1 {
    color: #000;
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0;
}

.items-locations h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 0;
    width: 100%;
    color: #000
}

.items-locations {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between
}

.items-locations img {
    width: 353px;
    height: auto
}

.items-locations .item {
    display: flex;
    margin-bottom: 48px
}

.items-locations .items {
    width: calc(100% - 353px)
}

.address {
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    color: #000;
    padding-right: 15px;
    width: 40%
}

.shop_name {
    color: #000;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    width: 30%
}

.country {
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    width: 30%;
    color: #000
}

.items-locations .item:last-child {
    margin-bottom: 32px
}

@media screen and(max-width: 1024px) {
    .items-locations .items {
        width: 70%
    }

    .items-locations img {
        width: 30%
    }
}

@media screen and (max-width: 767px) {
    h1 {
        margin: 40px 0 25px;
    }

    .items-locations img {
        width: 100%;
        order: 0;
        margin-bottom: 24px
    }

    .items-locations h3 {
        font-size: 14px;
        order: 1;
        padding-bottom: 4px;
        margin-bottom: 16px
    }

    .items-locations .items {
        width: 100%;
        order: 2
    }

    .country,
    .shop_name {
        font-size: 8px;
        padding-right: 10px
    }

    .address {
        font-size: 10px;
        padding: 0
    }

    .items-locations .item {
        margin-bottom: 16px
    }
}