﻿.home-banner-outer {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: end;
    height: 450px;
    background-color: #013622;
}

.home-banner-inner {
    max-width: 1300px;
    align-self: end;
}
.homeBanner {
    padding-top: 50px;
    width: 100%;

}
.bannerBox {
    display: flex;
    align-items: center;
}
.bannerImg, .bannerTxt {
    width: 50%;
}

    .bannerTxt p {
        font-size: 82px;
        font-weight: 900;
        line-height: 1;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 5px 5px 7px rgba(0,0,0,.3);
        font-size: 65px;
    }

.bannerTxt .small-banner-txt {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.boxBtn a {
    background-color: #ffd700;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 20px;
    font-weight: bold;
    color: #013622;
}
.product-highlight {
    margin-top: 70px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
    .product-highlight h1 {
        background: var(--greenLight3);
        color: #013622;
        font-size: 16px;
        font-weight: 500;
        display: inline-flex;
        padding: 2px 10px;
        border-radius: 3px;
        margin-bottom: 45px;
        align-self: center;
    }

.link-wrap {display:flex;flex-direction:row;flex-wrap:wrap;}
    .link-wrap li {
        width: 25%;
        margin-bottom: 50px;
        justify-content: center;
        display: flex;
    }
    .link-wrap li > a {
        background-color: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        display: block;
        width: 70%;
        height: 80px;
        padding: 15px;
        cursor:pointer;
    }
        .link-wrap li > a h2 {
            color: #013622;
            margin-bottom: 10px;
        }
        .link-wrap li > a span {
            font-size: .85em;
            color: #999;
        }