﻿
.head-policy-area {
    background: url('https://res.cloudinary.com/freshket/image/upload/f_auto,q_auto/v1484062479/h2/MarketPolicy.png');
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    padding: 20px 40px;
}
.head-policy-text {
    font-family: 'superstore-bold';
    color: green !important;
    font-size: 80px;
    line-height: 80%;
    margin: 100px 0 0 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .head-policy-text {
       
        margin: 200px 0 0 0 !important
    }
    .head-policy-area {
        background: none !important;
        margin-bottom: 20px !important;
    }
    .flow-text {
        font-size: 2rem !important;
    }
}
    @media only screen and (max-width: 600px) {
        .head-policy-area {
            background: none !important;
        }

        .head-policy-text {
            font-family: 'superstore-bold';
            color: green !important;
            font-size: 38px !important;
            line-height: 80%;
            margin: 200px 0 0 0 !important
        }
    }
