body {
    overflow-x:hidden;
}

.profile-pic {
    width:100%;
    height:100%;
    max-width:225px;
    max-height:225px;
    margin:0 auto 30px;
}

.article-title {
    font-size:22px !important;
}

article a,
footer a{
    text-decoration:none !important;
}

footer a {
    color:#fff !important;
}

footer a:hover {
    color:#71f8ff !important;
}

@media only screen and (min-width:768px){
    .application-process {
        border-right: 1px solid #fff;
    }

    .footer-columns {
        justify-content:end;
    }
}

@media only screen and (max-width:768px){
    .footer-column {
        width:100%
    }
}