- main{
margin-top: 86px; display: flex; justify-content: center;
}
- main-zone{
width: 80%; max-width: 1000px; display: flex; flex-direction: column; align-items: center; margin-bottom: 100px; margin-top: 30px;
}
- main-zone p{
width: 100%; font-size: 18px; font-family: "quicksand medium"; line-height: 30px; text-align: justify;
}
- main-zone h1{
font-size: 48px; line-height: 50px; font-family: 'OM'; letter-spacing: 1px;
}
- main-zone img{
max-width: 100%;
}
- main-zone h2{
width: 100%;
} .half{
display: flex; padding: 20px;
} .half1{
width: 45%; margin-right: 5%; display: flex; align-items: center; flex-direction: column;
} .half2{
width: 45%; display: flex; align-items: center; flex-direction: column;
} .three-pic{
/*display: flex;*/ /*justify-content: space-between;*/
} .three-pic img{
width: 30%; margin-right: 2%;
}