.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.hero-icon {
    width: 120px;
    height: 120px;
}

.hero-title {
    background: #222;
    padding: 0px 40px;
    margin: 0 0px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
	height: 120px;
}
