        body {
            background-color: #fff;
            padding: 0;
            margin: 0;
        }
        .main-box {
            display: block;
            position: absolute;
            padding: 0% 5%;
            height: 100%;
            width: 90%;
            
        }
        .grid-one {
            display: inline-block;
            height: 90px;
            position: relative;
            padding-top: 2%;
            top: 0px;
            width: 100%;
            background: #fff;
        }
        .grid-two {
            display: inline-block;
            height: 140px;
            position: absolute;
            padding: 0;
            bottom: 0px;
            left: 5%;
            width: 90%;
            background: #fff;
            border-top: solid 1px #ddd;
        }
        
        .gb-50 {
            display: inline-block;
            height: 100%;
            padding: 0;
            top: 0px;
            width: 49%;
            vertical-align: top;
        }
        .box {
            display: inline-block;
            position: absolute;
            padding: 0px;
            top: 90px;
            bottom: 140px;
            left: 5%;
            width: 90%;
            background: url(R_CVJ_Uhol_42_2018.jpg);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: -1;
        }
        .logo, .gcvj {
            position: relative;
            height: 60%;
            margin: 0px;
        }
        
        h1 {
            font-size: 24px;
            color: #666;
            letter-spacing: 2px;
        }
        p {
            font-family: "helvetica";
            font-size: 16px;
            color: #000; /*#6c8baf;*/
            font-weight: 100;
            line-height: 28px;
            position: relative
        }
        