.milestones-block {
    margin-top: 120px;
    padding: 5px 250px 5px 250px;
}

.milestones-title {
    padding-top: 40px;
    font-family: Noto Serif SC;
    font-size: 24px;
    font-weight: 600;
    line-height: 91.97px;
    text-align: center;
    color: #3C3123;
}

.milestones-title {
    margin-bottom: 20px;
    font-family: Noto Sans SC;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    color: #3C3123;
}

.milestones-table {
    --bs-table-bg: none;
    border-bottom-width: none;
}

.milestones-table-block {
    padding: 5px 400px 5px 400px;
}

.milestones-table-title tr th{
    margin-bottom: 20px;
    font-family: Noto Sans SC;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    color: #3C3123;
}

.eng-milestones-table-title tr th {
    margin-bottom: 20px;
    font-family: EB Garamond;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    color: #3C3123;
}

.milestones-table-content tr th{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #727272;
}

.milestones-big-title {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Noto Serif SC;
    font-size: 24px;
    font-weight: 600;
    line-height: 91.97px;
    text-align: center;
    color: #3C3123;
}

.eng-milestones-big-title {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 91.97px;
    text-align: center;
    color: #3C3123;
}

.milestones-info-block {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 5px 250px 5px 250px; 
}


.milestones-info-title {
    margin-bottom: 20px;
    font-family: Noto Sans SC;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #3C3123;
}

.eng-milestones-info-title {
    margin-bottom: 20px;
    font-family: EB Garamond;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #3C3123;
}

.milestones-info-content{
    font-family: Noto Sans SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #727272;
}

.eng-milestones-info-content{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #727272;
}

@media (max-width: 1200px) {
    .milestones-block {
        margin-top: 0px;
        padding: 5px 5px 5px 5px;
    }

    .milestones-table-block {
        padding: 5px 50px 5px 50px;
    }
    
    .milestones-info-block{
        padding: 5px 50px 5px 50px; 
    }

    .milestones-info-area {
        padding-bottom: 100px;   
    }

    .milestones-info-title {
        font-size: 18px;
    }
    
    .milestones-info-content {
        font-size: 14px;
        letter-spacing: 0.1rem;
    }
}