.intro-section p {
    color: #000000;
    font-size: 18px;
    padding: 10px;
}

header {
    height: 180px;
    background-color: #1E88E5;
    position: relative;
    line-height: normal !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) {
    header {
        height: 240px;
        line-height: 240px;
    }
    header h1 {
        display: inline;
        font-size: 36px;
        font-size: 2.25rem;
        font-weight: 300;
    }
}
