.wtb-leftsidebar {
    background: #8f1336;
    margin: 0 -15px;
    padding: 15px;
}

    .wtb-leftsidebar h1 {
        text-align: center;
        color: #FFF;
        font-family: "Nexa W01 Bold";
    }

    .wtb-leftsidebar .form {
        margin: 0 auto;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 282px;
    }

    .wtb-leftsidebar label {
        color: #FFF;
        margin-right: 10px;
        font: 15px "Nexa W01 Light";
    }

    .wtb-leftsidebar input[type="text"] {
        padding: 10px;
        width: 126px;
        border: none;
        font: 15px "Nexa W01 Light";
    }

    .wtb-leftsidebar input[type="submit"] {
        background: url(../png/arrow-right-gray.png) no-repeat center center #e7e7e7;
        border: none;
        padding: 5px;
        position: relative;
        width: 38px;
        height: 38px;
    }

.wtb-content {
    background: #FFF;
}

.wtb-content-header {
    max-width: 1140px;
    margin: 15px auto;
    padding: 15px;
    background-color: #fbf6f0;
}

    .wtb-content-header h1 {
        font-family: Birch W03 Regular1180575;
        font-size: 52px;
        color: #000000;
        font-weight: 200;
        margin-bottom: 10px;
    }

    .wtb-content-header p.wtb-content-header-description {
        line-height: 1.5;
        font-family: Nexa W01 light;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        padding: 0px 0px 15px;
    }
    .wtb-content-header p.wtb-content-header-description a {
        font-weight: 600;
        color: #8f1336;
    }

.wtb-content-footer {
    max-width: 1170px;
    margin: -35px auto 15px;
    /*margin: 0px auto 15px;*/
    /*padding: 0px 15px;*/
    background-color: white;
}

    .wtb-content-footer h2 {
        font-family: Nexa W01 Bold;
        font-size: 38px;
        color: #545559;
        font-weight: 400;
    }

    .wtb-content-footer p {
        background-color: white;
        border: 3px solid #edeaea;
        padding: 20px 15px;
        font-family: Nexa W01 light;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
    }

        .wtb-content-footer p a {
            font-family: Nexa W01 light;
            font-size: 16px;
            color: #8f1336;
            font-weight: 600;
        }

@media (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wtb-leftsidebar .form {
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wtb-leftsidebar input[type="text"] {
        width: 124px;
    }
}

@media (min-width: 768px) {
    .wtb-leftsidebar .form {
        align-items: center;
        width: auto;
    }

    .wtb-wrapper {
        padding-top: 30px;
    }

    .wtb-leftsidebar {
        margin: 0;
    }

        .wtb-leftsidebar h1 {
            font-size: 20px;
        }

        .wtb-leftsidebar label {
            margin-bottom: 10px;
        }

    .wtb-leftsidebar {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .wtb-leftsidebar h1 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .wtb-leftsidebar input[type="text"] {
        width: 78px;
    }
}
