
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header {
    background-color: #60a630;
    position: relative;
    width: 100%;
    margin-bottom: 106px;
}

.header h1 {
    color: white;
    font-size: 45px;
    margin-top: 96px;
    margin-bottom: 29px;
}

.header .img-404 {
    position: absolute;
    top: 28px;
}

.content p {
    font-size: 22px;
    margin-bottom: 29px;
}

.content p a {
    font-size: 18px;
    margin-bottom: 188px;
    display: block;
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {

    .header {
        margin-bottom: 33px;
    }

    .header h1 {
        font-size: 30px;
        margin-top: 24px;
        margin-bottom: 23px;
    }

    .content p {
        font-size: 18px;
        margin-bottom: 31px;
    }

}
