@media screen and (min-width: 1199.98px) {
    .about_block {
        margin-bottom: 170px;
    }
    .about_block:nth-of-type(2n) {
        margin-bottom: 0px;
    }
    .about_block .container {
        height: 100%;
    }
    .about_block:nth-of-type(odd) .about_block-media {
        top:0px;px
    }
    .about_block:nth-of-type(odd) .about_block-main {
        height: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 170px;
        margin-top: unset;
    }

}
