#hero{
    padding: 100px 0 70px;
    background: #04143B;
}

#hero h1{
    color: #fff;
    text-align: center;
    font-size: 40px;
	line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

#hero p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-family: 'Oswald';
}

#info{
    padding: 20px 0;
}

#info .wrap{
    border: #F5A555 1px solid;
    padding: 20px;
}

#info i{
    color: #F5A555;
    margin: 0 auto 20px;
    display: block;
    width: fit-content;
    font-size: 35px;
}

#info h3{
    font-size: 22px;
    text-align: center;
    color: #04143B;
    letter-spacing: 0.55px;
}

#info a{
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #040707;
    font-size: 17px;
}

#info p{
    margin: 0;
    text-align: center;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info .inner{
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}