.company {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
    padding-top: 100px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.company-item-text {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 100;
    color: #404040;
    max-width: 900px;
    text-align: justify;
}
.company-block {
    display: flex;
    flex-direction: column;
}
.company-item-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}
.company-last-text {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: 100;
    color: #404040;
    text-align: center;
}
@media (max-width: 1300px) {
    .company-item-block:nth-child(1) {
        flex-direction: column-reverse;
    }
    .company-item-block:nth-child(2) {
        flex-direction: column;
    }
    .company-item-block:nth-child(3) {
        flex-direction: column-reverse;
    }
    .company-item-text {
        padding-top: 30px;
        font-size: 16px;
    }
    .company-item-img {
        max-width: 330px;
        max-height: 270px;
    }
    .company-last-text {
        text-align: left;
        font-size: 16px;
    }
}