.fpc3 {
    height: 230px;
    position: relative;
    font-family: 'ProximaNova', sans-serif;
    display: flex;
    background: #FF3694 url(/images/foodsprice_creative/washing.jpg) right/contain no-repeat;
    color: #fff !important;
    align-items: flex-start;
    flex-direction: column;
    text-transform: uppercase;
    margin-top: 20px;
    justify-content: space-between;
    padding: 30px 0 10px 50px;
}

.fpc3 div {
    font-size: 19px;
    font-weight: bold;
}

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

.fpc3 button:hover {
    background: rgba(62, 62, 62, 0.57);
}

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

.fpc3 h2 {
    font-weight: bold;
    font-size: 29px;
    font-family: 'ProximaNova', sans-serif;
    line-height: 42px;
    text-transform: uppercase;
}

.fpc3 br {
    display: none;
}

@media screen and (max-width: 1300px) {
    .fpc3 {
        background-position-y: bottom;
        background-size: 260px;
    }
}

@media screen and (max-width: 1023px) {
    .fpc3 {
        padding: 20px 0 10px 30px;
        background-position-x: 111%;
        background-size: 335px;
    }

    .fpc3 h2 {
        line-height: 37px;
    }

    .fpc3 div {
        font-size: 16px;
    }

    .fpc3 br {
        display: block;
    }
}