@font-face {
    font-family: 'Press_Start_2P';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Press_Start_2P/PressStart2P-Regular.ttf');
    font-style: normal;
}

.fpc1 {
    height: 230px;
    font-family: 'ProximaNova', sans-serif;
    display: flex;
    color: #464646 !important;
    text-transform: uppercase;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    background: #fff url(/images/foodsprice_creative/cheese-patern.jpg) center/cover no-repeat;
    padding: 30px 0 8px 60px;
}

.fpc1 div {
    font-size: 19px;
    font-weight: bold;
    background-color: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.5) 0 3px 4px;
}

.fpc1 button {
    background: #464646;
    width: 250px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Press_Start_2P', sans-serif;
    font-size: 11px;
    color: #fff;
    padding-top: 4px;
}

.fpc1 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.fpc1 button:hover {
    background: #282828;
}

.fpc1 br {
    display: none;
}

.fpc1 h2 {
    font-size: 19px;
    font-family: 'Press_Start_2P', sans-serif;
    background-color: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.5) 0 3px 4px;
}

@media screen and (max-width: 1300px) {
    .fpc1 {
        padding-left: 40px;
    }

    .fpc1 h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .fpc1 {
        padding: 20px 20px 10px 40px;
    }

    .fpc1 br {
        display: block;
    }

    .fpc1 h2 {
        font-size: 20px;
        line-height: 33px;
    }

    .fpc1 div {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .fpc1 {
        height: 168px;
        padding: 10px 5px 5px 5px;
        align-items: center;
        text-align: center;
    }

    .fpc1 h2 {
        font-size: 10px;
        line-height: 23px;
    }

    .fpc1 button {
        font-size: 9px;
        line-height: 30px;
    }

    .fpc1 div {
        font-size: 8px;
    }

    .fpc1 span {
        font-size: 7px;

    }
}