@media only screen and (max-width: 576px) {
    .top-banner > div {
        padding-top: 55px;
        height: 380px;
    }

    .highlight {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .highlight .row > div {
        padding: 0px;
    }

    .highlight .description{
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .highlight h4 {
        font-size: 85%;
        font-weight: 300;
        padding: 0px 50px;
        margin-bottom: 0px !important;
        line-height: 2;
    }

    .register {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .register .title {
        font-size: 37px;
        margin-bottom: 5px !important;
    }

    .register .subtitle {
        font-size: 10px;
    }
}