body, html{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-size:18px;
}
.maincontent{
    max-width:100%;
    padding:0;
    margin:0;
}
.maincontent_wrapper{
    padding-top:0;
}
img{
    width:100%;
}
h1{
    font-size:3.3rem;
}
hr{
    border: 0; 
    height: 1px; 
    max-width:80%;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.hero{
    background-image: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('/imageserver/Reusable/fypon23/trim-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding:8%;
    text-align: center;
    color:#fff;
    border-bottom:2px solid #DB9418;
}
.hero p{
    max-width:1000px;
    margin:20px auto 0;
    font-size:1.4rem;
}
.sec1{
    padding:2%;
    text-align: center;
}
.flex-group{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    flex-wrap:wrap;
    padding:0 4%;
}

.flex-item{
    position: relative;
    max-width:300px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items:center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
    margin:10px 0;
    text-align: center;
    padding:2%;
}
.image-box img{
    max-height:180px;
}
.flex-item p{
    margin-top:10px;
    font-size:.8rem;
    justify-self:flex-end;
}