﻿body {
}

#maincontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
}

.maincontainer_element {
    min-width:400px;
    width:45%;
    padding: 5px;
}

    .maincontainer_element h3{
        text-align:center;
    }

    .maincontainer_element p {
        text-indent: 30px;
        text-align: justify;
        hyphens: auto;
        margin-top: 0; /* Отступ сверху может быть задан отдельно */
        margin-bottom: 0; /* Отступ снизу */
    }

#feedbackcontainer{

}

    #feedbackcontainer h3 {
        text-indent: 30px;
    }

    #feedbackcontainer p {
        text-indent: 30px;
        text-align: justify;
        hyphens: auto;
        margin-top: 0; /* Отступ сверху может быть задан отдельно */
        margin-bottom: 0; /* Отступ снизу */
    }