h2 {
    position: relative;
    display: inline-block;
    margin: 30px 0 40px;
    color: #3e3e3e;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #3e3e3e;
}

.blue-button {
    width: 200px;
    margin: 20px 0;
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(0, 66, 107);
}

.blue-button a{
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 200px) and (max-width:360px){
    .page-list {
        display: none;
    }
}

@media (min-width: 361px) and (max-width:576px){
    .page-list {
        display: none;
    }
}