﻿.base-product-hero {
    background: #002F6D;
    color: #fff;
    padding: 50px calc((100% - 1600px) / 2);
    position: relative;
}

    .base-product-hero:before {
        content: "";
        background: url("/-/media/Feature/Page Content/images/background-bg-blue_rotate_1.png");
        background-size: 70%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        background-size: cover;
    }

.field-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--font-noto);
}

.request-more-btn {
    color: #fff;
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

.base-banner-image img {
    max-width: 100%;
    max-height: 350px;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 10px;
}

.description {
    font-size: 18px;
}

@media(min-width:1500px) {
    .hero-image .col:first-child > * {
        max-width: 800px;
        margin-left: 90px;
    }
}

@media(max-width:1500px) {
    .base-product-hero {
        padding: 50px calc((100% - 1200px) / 2);
    }
}

@media(max-width:1200px) {
    .base-product-hero {
        padding: 50px calc((100% - 900px) / 2);
    }
}

@media(max-width:1200px) {
    .base-product-hero {
        padding: 50px calc((100% - 1000px) / 2);
    }
}

@media screen and (max-width: 992px) {
    .base-product-hero {
        padding: 50px;
    }
}

@media(max-width:767.9px) {
    .base-product-hero {
        padding: 15px;
    }

    .field-title {
        text-align: center;
        font-size: 30px;
    }

    .base-banner-image img {
        margin: 0px auto;
        display: block;
    }
}
