.content {
    max-width: 1300px;
    margin: auto;
}
.header{
    text-align: center;
    margin-top: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.055em;
    color: #000000;
}
.rybrika{
   /* max-width: 96%;*/
    margin: 2% 2% 2% 2%;
    /*margin: auto;*/
    display: grid;
    grid-template-columns: repeat(2, 650px);
    grid-template-rows: 880px 880px 880px 880px;

}
