body{
    background-image: url('https://imbaquimica.com/diquimica/_imagem/imagem2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
main{
    padding-top:133px;
}
main > div{
    height:692px;
}
.box-1{
 padding:50px;
    color:#fff;
}
.box-1 p{
    width:600px;
    text-align:justify;
   
}
.box-1 h1{
    width:100%;
   
}
.box-2{
    display:flex;
    flex-wrap:wrap;
  background-color:#ffffff;
    color:#736565;
    align-items:center;
    justify-content:space-between;
    padding:20px 50px;
}
.box-2 div{
   width:600px;
}
.box-2 figure{
    width:500px;
    border-radius:20px;
}
.box-2 figure img{
    width:100%;
      border-radius:20px;
}
.box-2 h2{
    width:100%;
    line-height:55px;
}
.box-3{
    display:flex;
    flex-wrap:wrap;
  background-color:#2b3a42;
    color:#ffffff;
    justify-content:space-between;
    align-items:center;
    padding:20px 50px;
}
.box-3 > div{
    width:100%;
}
.box-3 > div h2{
    text-align:center;
}
.box-3 > div p{
    padding:20px 35%;
}
.box-3 figure{
    width:400px;
    background-color:#fff;
    border-radius:20px 20px 0 0;
}
.box-3 figure img{
    width:100%;
     border-radius:20px 20px 0 0;
}
.box-3 figure figcaption{
    color:#696969;
}
.box-3 figure figcaption h3{
    line-height: 45px;
    text-align:center;
}
.box-3 figure figcaption p{
    padding:10px 30px 30px;
}

.box-4{
  background-color:#ffffff;
    color:#fff;
}.box-5{
  background-color:#2b3a42;
    color:#fff;
}.box-6{
  background-color:#ffffff;
    color:#fff;
}