.banner{
    padding:50px 0;
    background-color: #ddd;
    /* background-image: linear-gradient(#1a202e, #0c1016); */
    color:#1a202e;
    overflow: hidden;
}

.get-key-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-key-section h3, .get-key-section h4{
    color:#005bb6;
}



@media (min-width:970px){
    .get-key-form{
        padding-right: 100px;
    }

    .get-key-col{
        border-right: 1px solid #ddd;
    }

    .notice-col{
        padding-left: 100px;
    }
}