p{
line-height: 30px;
}
- main{
margin-top: 46px;
}
- top-description
{
width: 80%; max-width: 1000px;
}
- top-zone
{
display: flex; justify-content: center; background-color: #eee; padding: 30px 0;
}
- top-zone p{
font-size:18px;
font-family: 'quicksand medium'; line-height:30px; }
- top-zone h1{
font-size:48px; line-height:50px; letter-space:1px; font-family:'OM'
}
- main-content{
display: flex; justify-content: center; margin-top:100px; margin-bottom:100px;
}
- detail{
width: 80%; max-width: 800px; display: flex; flex-direction: column; align-items: center;
}
- detail img{
max-width: 100%;
}
- detail p{
width: 100%; text-align: justify; font-size: 18px; font-family: 'quicksand medium'; line-height: 30px;
} .half{
display: flex;
} .half1{
width: 45%; padding-right: 5%;
} .half2{
width: 45%;
} .half1 img{
width: 100%;
} .half2 img{
width: 100%;
}
- top-pic{
width: 100%; height: 300px; background-image: url(""); background-position: center center; background-size: cover;
}
- right{
display: inline-block;
}
- right img{
width: 30%;
}