Wangel Online Product Brochure
h1{
font-size:48px;
color: #242424;
margin: 60px 0;
text-align:center;
font-weight:400;
}
.brochure {
width: 1200px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
page-break-after: always;
margin: auto;
}
.brochure .item{
flex-basis: 45%;
}
.brochure .item p{
color: #707070;
text-align:center;
font-size: 28px;
margin-top: 27px;
}
.brochure .item img{
width: 100%
}
.body{
width: 1200px
}
@media only screen and (max-width: 1200px) {
.brochure,.body{
width: 100%
}
.brochure .item{
flex-basis: 100%;
}
h1 {
font-size: 40px;}
}