﻿.content {
    margin-left: 250px;
    width: calc(100% - 280px); /* Фиксированная ширина блока */
    }
.containerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.paperfon_01 {
    background-color: white;
    background: url('../../paper02.webp') no-repeat center center;
    background-size: 115% 100%;
    border: 3px solid #777;
    border-radius: 15px;
    margin: 10px;
    padding: 10px;
    width: 100%; /* Фиксированная ширина блока */
    box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    }
.blocknonfon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: 115% 100%;
    border: 3px solid #777;
    border-radius: 15px;
    margin: 10px;
    padding: 10px;
    width: 100%; /* Фиксированная ширина блока */
    box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    }
