#intro {
    height: calc(100% - 156px);
}

#intro_text {
    position: relative;
    top     : 20%;
}

#intro_text > h1 {
    margin-bottom: 48px;
    font-size    : 36px;
    line-height  : 36px;
}

#intro_text > p {
    width      : 660px;
    margin     : auto;
    font-size  : 18px;
    text-align : justify;
    line-height: 18px;
}