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

.fpc4 {
    height: 230px;
    text-transform: uppercase;
    position: relative;
    font-family: 'ProximaNova', sans-serif;
    display: flex;
    background: #3F3649 url(/images/foodsprice_creative/food.png) 95%/240px no-repeat;
    color: #ffffff !important;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    justify-content: space-between;
    padding: 30px 0 10px 50px;
}

.fpc4 div {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.fpc4 h2 {
    font-weight: bold;
    font-size: 40px;
    font-family: 'Oldtypn', sans-serif;
    line-height: 42px;
    text-transform: uppercase;
}

.fpc4 span {
    font-weight: bold;
    font-size: 13px;
}

.fpc4 button:hover {
    background: #d00202;
}

.fpc4 button {
    color: #fff;
    background: #FC0000;
    width: 270px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
    font-size: 15px;
    padding-top: 4px;
}

@media screen and (max-width: 1023px) {
    .fpc4 {
        padding: 25px 0 10px 30px;
    }
}