.special-banner {
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    min-height: 250px;
    width: 800px;
}

.special-banner .blue-line {
    background-color: #033f62;
    position: absolute;
    width: 500px;
    height: 400px;
    top: -200px;
    left: 100px;
    transform: rotate(-15deg);
    z-index: -1;
}

.special-banner .orange-line {
    background-color: #eba623;
    position: absolute;
    width: 100px;
    height: 400px;
    top: -200px;
    left: 600px;
    transform: rotate(-15deg);

    z-index: 9;
}

.special-banner h1 {
    margin-top: 30px;
    font-family: sans-serif;
    color: white;
    padding-left: 130px;
    padding-right: 220px;
}

.blue-section {
    background-color: #033f62;
    margin-top: -280px;
    margin-bottom: 30px;
    position: relative;
}

.blue-section .inner-content {
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;

    min-height: 150px;
}

.blue-section .inner-content .line-placeholder {
    float: right;
    width: 30%;
    height: 80px;
}

.blue-section .inner-content h2 {
    color: white;
    font-family: sans-serif;
    text-align: center;
    margin-top: 0;
}

.blue-section {
    background-color: #033f62;
    margin-top: -280px;
    margin-bottom: 30px;
    position: relative;
}

.blue-section .inner-content {
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;

    min-height: 150px;
}

.blue-section .inner-content .line-placeholder {
    float: right;
    width: 30%;
    height: 80px;
}

.blue-section .inner-content h2 {
    color: white;
    font-family: sans-serif;
    text-align: center;
    margin-top: 0;
}

@media all and (max-width: 850px) {

    .special-banner {
        width: 100%;
    }
}

@media all and (max-width: 750px) {

    .special-banner .blue-line {
        left: 0;
    }
    .special-banner .orange-line {
        left: 500px;
    }
    .special-banner h1 {
        padding-left: 30px;
        padding-right: 120px;
    }
}

@media all and (max-width: 650px) {
    .blue-section .inner-content .line-placeholder {
        display: none;
    }
}

@media all and (max-width: 550px) {
    .special-banner .orange-line {
        left: auto;
        right: -50px;
    }
}
