

@media screen and (min-width: 481px) and (max-width: 559px) {
    .wrapper {
        display: flex;
        height: auto;
    }

    .aboutCompany {
        flex-direction: column-reverse;
    }

    .AC_block80 img {
        width: 90%;
        height: auto;
    }

    .aboutHeaderBlock p {
        font-size: 1.2rem;
        line-height: 26px;
    }

    .AC_blockTxt p {
        line-height: 26px;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    .wrapper {
        display: flex;
        height: auto;
    }

    .aboutCompany {
        flex-direction: column-reverse;
    }

    .AC_block80 img {
        width: 90%;
        height: auto;
    }

    .aboutHeaderBlock p {
        font-size: 1.2rem;
        line-height: 26px;
    }

    .AC_blockTxt p {
        line-height: 26px;
    }

}

@media screen and (min-width: 320px) and (max-width: 369px) {
    .wrapper {
        display: flex;
        height: auto;
    }

    .aboutCompany {
        flex-direction: column-reverse;
    }

    .AC_block80 img {
        width: 90%;
        height: auto;
    }

    .aboutHeaderBlock p {
        font-size: 1.2rem;
        line-height: 26px;
    }

    .AC_blockTxt p {
        line-height: 26px;
    }

}