.info-hero{
    height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8f8f8;
    margin-top:140px;
}

.info-hero h1{
    font-size:48px;
    font-weight:700;
}

.info-content{
    padding:80px 20px;
}

.info-content .container{
    max-width:1000px;
    margin:auto;
}