.card-body img {
    border: 1px solid #657389;
}
#hero {
    background-image: url(https://image.marketing.northamericancompany.com/lib/fe2d117171640478731376/m/1/bf4142d1-ae40-47d5-9846-3146368b53d3.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    z-index: 1;
    overflow: hidden;
}
#hero .title {
    display: inline-block;
    position: relative;
}
#hero .title:before {
    content: '';
    position: absolute;
    background-color: rgba(10, 67, 53, 0.9);
    mix-blend-mode: multiply;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#hero .title:after {
    content: '';
    position:absolute;
    border-top: 1px solid #189D7C;
    border-right: 1px solid #189D7C;
    top: 53%;
    left: 46%;
    bottom: 0;
    right: 0;
    border-top-right-radius: 1em;
    width: 45%;
    height: 48%;
    mix-blend-mode: exclusion;
    z-index: -1;
}
#hero h1 {
    margin: 0;
    margin: 0;
    padding: .5em 2.5em .5em 1em;
}
.btn i, 
.btn svg {
    margin-right: .5em;
}
@media screen and (max-width: 400px) {
    h1 {font-size:2em;}
    #hero {height: 200px;}
}