.strip {
    text-align: center;
    color: white;
    height: 150px;
    width: 100%;

    background: #002147;
    margin-top: 0px;
}

@media screen and (max-width: 300px) {
    .strip {
        text-align: center;
        color: white;
        height: 200px;
        width: 100%;
        background: #002147;
        margin-top: 0px;
    }


}

@media screen and (max-width: 468px) {
    .strip {
        text-align: center;
        color: white;
        height: 200px;
        width: 100%;
        background: #002147;
        margin-top: 0px;
    }


}

@media screen and (min-width:992px) {

    .strip {
        text-align: center;
        color: white;
        height: 160px;
        width: 100%;
        background: #002147;
        margin-top: 0px;
    }
}

@media screen and (min-width:1200px) {

    .strip {
        text-align: center;
        color: white;
        height: 150px;
        width: 100%;
        background: #002147;
        margin-top: 0px;
    }
}