body{background-color: #F5EFE2;color: #B5A782;}
main{padding: 0;}
section{display: flex;align-items: center;justify-content: center;height: 100vh;}
.wrap{display: flex; flex-wrap: wrap;width: 1040px;justify-content:space-between;align-items: center;
& div:first-child{width:350px;text-align: center;}
& div:last-child{width: 600px;}}

h1{font-size: 12rem;font-family: Futura, 'Century Gothic';font-weight: 300;text-align: left;width: 100%;margin: 0;align-items: flex-start;letter-spacing: -0.3rem;height: auto;}
p{font-size: 1.8rem;font-family: 'Zen Maru Gothic', sans-serif;}

.og_btn{margin:40px 0 0;}

@media screen and (max-width:1029px){
section{height:auto;width: 90%;margin: 0 auto;}
.wrap{
  display: block;
  position: relative;
  width: 100%;  min-height: 90vh;  padding:30px 10px;}
  .wrap div{width: 100%;}
  .wrap{
    & div:last-child {width: 100%;}}

img {height: 25vh;width: auto;display: inline-block;margin-right:15%}
h1{font-size: 105px;line-height: 1;    margin-bottom: 20px;}
p{font-size: 1.5rem;line-height: 1.8;}

.og_btn {margin: 30px 0 0;width: 100%;}




}