.main-page-investors {
    padding: 30px 0;
}
.main-page-investors__title {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    word-break: keep-all;
}
.main-page-investors__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-page-investors__item {
    margin-bottom: 30px;
}
.main-page-investors__calendar {
    width: 100%;
    max-width: 1200px;
}
.main-page-investors__business-model {
    width: 1200px;
    height: 360px;
}
.main-page-investors__sustainable-development {
    margin-right: 30px;
    width: 790px;
    height: 480px;
    margin-bottom: 20px;
}
.main-page-investors__reports {
    margin-bottom: 30px;
}
.main-page-investors__stock-quotes {
    margin-right: 30px;
}
.main-page-investors__operating-results {
    margin-right: 30px;
}
.main-page-investors__reports,
.main-page-investors__stock-quotes,
.main-page-investors__operating-results,
.main-page-investors__strategy {
    width: 380px;
    height: 480px;
}

@media screen and (max-width: 1280px) {
    .main-page-investors__calendar {
        max-width: 960px;
    }
    .main-page-investors__sustainable-development {
        width: 630px;
        height: 380px;
    }
    .main-page-investors__business-model {
        width: 960px;
        height: 280px;
    }
    .main-page-investors__reports,
    .main-page-investors__stock-quotes,
    .main-page-investors__operating-results,
    .main-page-investors__strategy {
        width: 300px;
        height: 380px;
    }
}
@media screen and (max-width: 1023px) {
    .main-page-investors__calendar {
        max-width: 702px;
    }
    .main-page-investors__sustainable-development {
        width: 702px;
        height: 426px;
        margin-right: 0;
    }
    .main-page-investors__reports,
    .main-page-investors__stock-quotes,
    .main-page-investors__operating-results,
    .main-page-investors__business-model,
    .main-page-investors__strategy {
        width: 335px;
        height: 426px;
    }
    .main-page-investors__stock-quotes {
        margin-right: 0;
    }
    .main-page-investors__reports {
        margin-right: 30px;
    }
    .main-page-investors {
        padding: 10px 0;
    }
    .main-page-investors__title {
        font-size: 32px;
        line-height: 38px;
    }
    .main-page-investors__calendar {
        order: 1;
    }
    .main-page-investors__sustainable-development {
        order: 2;
    }
    .main-page-investors__reports {
        order: 3;
    }
    .main-page-investors__business-model,
    .main-page-investors__stock-quotes {
        order: 4;
    }
    .main-page-investors__strategy {
        margin-right: 30px;
        order: 5;
    }
    .main-page-investors__operating-results {
        order: 6;
        margin-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .main-page-investors {
        padding: 30px 0;
    }
    .main-page-investors__title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .main-page-investors__reports,
    .main-page-investors__operating-results {
        margin-right: 0;
    }
    .main-page-investors__container {
        flex-direction: column;
        align-items: center;
    }
    .main-page-investors__reports {
        order: 1;
        width: 100%;
        height: 440px;
    }
    .main-page-investors__calendar {
        order: 2;
    }
    .main-page-investors__sustainable-development {
        order: 3;
        width: 100%;
        height: 560px;
    }
    .main-page-investors__business-model {
        width: 100%;
        height: 500px;
        order: 4;
    }
    .main-page-investors__stock-quotes {
        order: 4;
    }
    .main-page-investors__operating-results {
        order: 5;
    }
    .main-page-investors__strategy {
        order: 6;
        margin-right: 0;
    }
    .main-page-investors__stock-quotes,
    .main-page-investors__operating-results,
    .main-page-investors__strategy {
        width: 100%;
        height: 100%;
    }
    .main-page-investors__calendar {
        width: 100%;
    }
}