   
.screen1{display: none;
}

#content{	margin: 0px auto;	width: calc:(100%-260px);	margin-top: -60px;}


.main{margin: 0px auto;
	display: grid;
	width: 100%;	display: grid;   grid-template-columns: 50% 50%; 	 grid-gap: 1%;

}
.img1{margin: 0px auto;margin-top: 20px;content: url("../../../images/ceo1.png");width: 40%;float:right;margin: 10px;border-radius: 5px;}



.text{
grid-column : 1/3;

font-size: 1.4em;

}	
	
.left, .right{
	margin-top: 30px;
	margin-bottom: 30px;font-size: 1.6em;
}	
.top{
	width: calc(100%-80px);
    height: 30px;
    position: relative;
    display: block;
    background-color: #036;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    padding: 40px;
	padding-bottom : 80px;
}

.left{content: url("../../../images/logo.png"); width: 60%;}






        p {
            margin: 10px 0;
        }
        .values {
            margin-top: 20px;
        }
        .values h2 {
            color: #555;
        }
        .values ul {
            list-style-type: square;
        }
        .values li {
            margin: 5px 0;
        }
        a {
            color: #0066cc;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }



