- main{
margin-top: 46px; display: flex; justify-content: center;
}
- main-content{
display: flex; justify-content: center; flex-direction: column; width: 80%; max-width: 800px; margin-bottom: 100px;
}
- detail{
display: flex; align-items: center; flex-direction: column;
} .half{
display: flex;
} .half1{
width: 45%; margin-right: 5%;
} .half2{
width: 45%; display: flex; flex-direction: column;
}
- detail p{
text-align: justify; font-size: 18px; font-family: 'quicksand medium'; line-height: 27px; width: 100%;
} .half div img{
width: 100%;
}