*{
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
}

img {
    vertical-align: middle;
    max-width: unset !important;
}

a {
    color: #f26e22;
    text-decoration: none;
    transition: all ease 0.2s;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
    color: #012E4B;
    line-height: 1.1;
}

.hero-white-box {
    margin: auto auto 40px auto;
    max-width: 1000px;
}

.grid-container {
    padding: 20px 50px;
    display: grid;
    grid-template-columns: 61.7% 20%;
    color: #012e4b;
}

.flex-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hero-heading {
    margin-top: 20px;
}

.hero-heading h1 {
    display: inline;
    position: relative;
    font-weight: 600;
    font-size: 1.85rem;
}

.usps-container {
    grid-row: 2;
    grid-column: 1 /span 1;
    margin: 8px 0;
    padding-top: 10px;
}

.usps-container ul{
    margin-top: 13px;
    margin-left: -50px;
    list-style-type: none;
}

.usps-container ul li {
    height: 45px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 19px;
}

.usps-container ul li::before {
    content: url("https://assets.pricefox.gr/greece/pricefox.gr/production/gr/images/energy/png/blue_check.png");
    vertical-align: -12%;
    margin-right: 15px;
}

.energy-kind-container {
    margin-top: 8px;
    padding: 20px;
    max-width: 600px;
    min-height: 200px;
    background-color: #f8fafb;
    border-radius: 12px;
    grid-row: 3;
    grid-column: 1 /span 1;
}

.energy-kind-box {
    position: relative;
    height: 175px;
    width: 31%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.13);
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.energy-kind-box p {
    margin: 14px 0;
}

.energy-kind-box img {
    height: 60px;
    width: 60px;
    margin-top: 7px;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-bottom-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #F26E22;
    color: #ffffff;
    border-radius: 0 0 12px 12px;
}

.mr-pricefox-area {
    grid-row: 1 / span 3;
    grid-column: 2;
    padding-top: 34px;
}

@media (min-width: 993px){
    .mobile-hero-background {
        background:none !important;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-height: 805px) {
    .grid-container {
        padding: 10px 50px 15px 50px !important;
    }
}

@media (max-width: 992px){

    .mobile-hero-background {
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 47%;
    }

    .hero-mobile-logo {
        display: flex !important;
        justify-content: center;
        height: 120px;
    }
    .hero-mobile-logo img{
        margin: auto;
    }


    .grid-container {
        display: block;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .grid-container .hero-heading h1 {
        margin-bottom: 0;
        font-size: 1.42rem !important;
    }

    .grid-container .hero-sub-heading{
        line-height: 1.5;
        padding: 0 20px 0 20px;
        margin: 16px 0;
    }

    .hero-white-box {
        background: #ffffff;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        color: #012e4b;
        padding: 24px 0;
        width: 100%;
        max-width: 94%;
        position: relative;
        margin: 10px auto 0 auto;
    }
    .hero-white-box {
        padding: 10px 20px 40px 20px;
    }
    .energy-kind-container {
        background-color: initial;
        margin-top: 35px;
        padding: 8px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        min-height: auto;
    }
    .energy-kind-box {
        height: 142px;
        width: 31%;
    }
    .energy-kind-box p {
        height: 30px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .energy-kind-box img {
        width: 45px;
        height: 45px;
        margin-top: 0;
    }
}

@media (max-width: 370px) {
    .energy-kind-box {
        height: 125px;
        width: 31%;
    }
    .energy-kind-box p {
        height: 23px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .energy-kind-box img {
        width: 40px;
        height: 40px;
        margin-top: 3px;
    }
}