.fpc2 {
    height: 230px;
    position: relative;
    font-family: 'ProximaNova', sans-serif;
    display: flex;
    background: rgb(32, 110, 162);
    color: #fff !important;
    align-items: flex-start;
    flex-direction: column;
    text-transform: uppercase;
    margin-top: 20px;
    justify-content: space-between;
    padding: 40px 0 8px 50px;
}

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

.fpc2 button:hover {
    background: #fff;
    color: #000;
}

.fpc2 button {
    color: #fff;
    background: rgba(0, 0, 0, 0.57);
    width: 250px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-family: 'ProximaNova', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 4px;
}

.fpc2 h2 {
    font-weight: bold;
    font-family: 'ProximaNova', sans-serif;
    font-size: 40px;
}

.fpc2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 60px;
    width: 30%;
    height: 100%;
    background: url(/images/foodsprice_creative/plate.png) center/350px no-repeat;
}

@media screen and (max-width: 1300px) {
    .fpc2::before {
        right: 20px;
        width: 28%;
        background-size: contain;
    }
}

@media screen and (max-width: 1023px) {
    .fpc2 {
        padding: 40px 0 8px 30px;
    }

    .fpc2::before {
        background-size: 185px;
        background-position-y: 85px;
    }
}

@media screen and (max-width: 600px) {
    .fpc2::before {
        display: none;
    }
}