﻿.main {
    column-count: 2;
    column-gap: 5rem;
    text-align: justify;
}

    .main p {
        font-size: 1.525rem;
        text-indent: 3rem;
        line-height: 1.5;
    }

.logo_in_text {
    width: 110px;
    /*height: 70px;*/
    padding-top: 1%;
    margin: 0 auto;
}
