
*{margin: 0px; outline: 0px; text-decoration: none; font-style: none; font-family: "Raleway", sans-serif;}

.app{height: 100%; width: 100%; background: url(lad_me.png) no-repeat center top; background-size: cover;
position: fixed;}

.app .section{display: grid; grid-template-columns: 1fr 1fr; color: #3B3F51;}
.app .section .texto{padding: 100px; padding-top: 150px;}
.app .section .texto img{width: 28%;}
.app .section .texto p{ padding-bottom: 17px;}
.app .section .texto strong{ font-size: 12.4px;}

h1{color: ; font-weight: 800; text-transform: uppercase; font-family: "Akira Expanded"; font-size: 50px; color: white; padding: 40px 0px;}

.copy{position: fixed; bottom: 0px; padding: 15.2px 0px; width: 100%; text-align: center; z-index: 10;}
.copy span{display:inline-block; padding: 5px 17px; border-radius: 50px; font-size:11.7px; background:#EABD7E; }

@media (max-width:700px ) {
    .app .section{display: grid; grid-template-columns: 1fr; color: #fff;}
    h1{color: ; font-weight: 800; text-transform: uppercase; font-family: "Akira Expanded"; font-size: 21px; color: white; padding: 40px 0px;}
    .app .section .texto{padding: 20px; text-align:center; }
    .icomage{text-align: center; margin-bottom: 200px;}
    .app .section .texto img{width: 38%;}
}