.content {
    max-width: 1400px;
    margin: auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
p{
    text-indent: 30px;
    font-size: 22px;
}
.header{
    /*margin: auto;*/
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 0.055em;
    color: #000000;
}
.decor{
    /*margin-left: 100px;*/
    margin: 2% 2% 2% 2%;
    display: grid;
    grid-template-columns: repeat(3, 500px);
    grid-template-rows: 480px 750px 730px 630px 730px;
}
.box1 {
    width: 600px;
    height: 500px;
    /*margin-left: 200px;*/
}
.box2 {
    width: 600px;
    height: 350px;
    margin-top: 80px;
    margin-left: 150px;

}
.box4 {
    width: 450px;
    height: 730px;
    font-size: 20px;
}
