/* Business Park AQJOL — Investors: investment attractiveness factors. Desktop Figma block. */

.investors-factors {
    width: 100%;
    box-sizing: border-box;
    color: #1d1d1d;
    background: #ffffff;
}

.investors-factors__inner {
    width: min(100%, 1903px);
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

@media (min-width: 761px) {
    .investors-factors {
        padding: 202px 0 117px;
    }

    .investors-factors__title {
        max-width: 1450px;
        margin: 0 0 23px;
        color: #1d1d1d;
        font: inherit;
        font-size: clamp(56px, 3.78vw, 72px);
        font-weight: 700;
        line-height: .98;
        letter-spacing: .035em;
        text-transform: uppercase;
        white-space: pre-line;
    }

    .investors-factors__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }

    .investors-factors__item {
        min-width: 0;
        min-height: 228px;
        box-sizing: border-box;
        padding: 72px 40px 45px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: #ffffff;
    }

    .investors-factors__item h3 {
        margin: 0 0 21px;
        color: #1d1d1d;
        font: inherit;
        font-size: clamp(21px, 1.28vw, 25px);
        font-weight: 700;
        line-height: 1.03;
        letter-spacing: .018em;
        text-transform: uppercase;
    }

    .investors-factors__item p {
        max-width: 520px;
        margin: 0;
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.24;
    }
}

@media (min-width: 761px) and (max-width: 1500px) {
    .investors-factors {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .investors-factors__title {
        max-width: 1180px;
        font-size: clamp(48px, 3.7vw, 60px);
    }

    .investors-factors__item {
        min-height: 190px;
        padding: 56px 32px 38px;
    }

    .investors-factors__item h3 {
        font-size: 21px;
    }

    .investors-factors__item p {
        font-size: 15px;
    }
}
