.header-form {
    background-color: white;
    border: 1px solid #3c8dbc;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.products {
    box-sizing: border-box;
    width: 100%;
    padding-left: 362px;
    padding-right: 361px;
    background: rgb(157, 212, 202);
    height: 100vh;
    margin-top: 20px;
}

.view_header {
    background-image: url("/images/header/Header_1/Examples/header_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    margin-top: 50px
}

.vc_column-inner {
    padding: 20px 0;
}