.container {
    max-width: 1200px;
    margin: 0 auto 120px;
    padding: 0 12px;
}

.main-title {
    font-size: 84px;
    font-weight: 800;
    margin-bottom: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #374046;
}

.main-subtitle {
    font-size: 42px;
    font-weight: 600;
    margin: 35px 0;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #374046;
}

.page-text {
    margin-bottom: 35px;
    line-height: 1.7;
}

.page-text .company-name {
    font-weight: 600;
    color: #333;
}

.section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 35px 0;
    line-height: 1.3;
}

@media (max-width: 1024px) {

    .main-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .main-subtitle {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .section-title {
        font-size: 24px;
        margin: 25px 0;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 0 auto 100px;
    }
    
    .main-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .main-subtitle {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .section {
        margin-bottom: 25px;
    }
    
    .section-title {
        font-size: 21px;
        margin: 25px 0;
    }

    .page-text {
        margin-bottom: 25px;
    }

}