body {font-size: 16px;}

h2 {
    font-family: tahoma, geneva, sans-serif;
    font-size: 2.5em;
    color: #003366;
    font-weight: 700;
}

/*================*/
/*== HERO IMAGE ==*/
/*================*/

.mcg-hero-image {
    padding: 0;
    position: relative;
    margin-top:-40px;
}

.mcg-hero-image img {
    border-radius: 0 0 40px 40px;
    object-fit: cover;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.mcg-hero-image__text {
    text-align: left;
    color: #ffffff!important;
    line-height: normal;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
    font-size: 3rem;
    padding: 1rem;
    transition: .5s ease;
		
}
.mcg-hero-image__text h1 {
    color: #fff; 
    letter-spacing: .2rem;
    font-weight: 600;
    margin-left: 40px;

}
@media (min-width: 992px) {
    .mcg-hero-image img {height:300px;}
    .mcg-hero-image__text {bottom: 20px;}
}

