@media screen and (min-width: 992px) and (max-width: 1199px) {
    .eat-and-drink-small-blocks-a-caption {
        position: absolute;
        top: 20px;
        left: 50px;
        width: calc(100% - 100px);
    }

    .eat-and-drink-small-blocks-a-h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: normal;
    }

    .eat-and-drink-small-blocks-a-caption p.short_description-p {
        display: none;
    }

    .eat-and-drink-small-blocks-a1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
        background-color: rgba(44, 31, 22, 0.5);
        transition: .5s cubic-bezier(0.4, 0, 0.2, 1) all;
    }

    .eat-and-drink-small-blocks-a1:hover::before {
        width: calc(70%);
    }

    #eat-and-drink-flex-small-blocks > div {
        width: calc(100% / 3);
    }

    .eat-and-drink-small-blocks-a-h4 {
        color: #ffffff;
        font-size: 28px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    .eat-and-drink-small-blocks-a-caption p {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 0 0;
    }

    #home-store-listings-flex-section {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 20px 20px;
    }

    #home-store-listings-flex-section > div {
        width: calc((100% / 3) - 14px);
    }

    #home-store-listings-flex-section > div:not(:nth-of-type(3n + 3)) {
        margin-right: 20px;
    }

    .store-listing-summary-div {
        margin-bottom: 50px;
    }
}