.section1{
    padding: 2rem;
}
.section1>h2{
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.section1>p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}

.section1 h3{
    font-size: 1.35em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.section1__block{
    margin-bottom: 1.5rem;
}

.section1__line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 700px;*/
}

.section1__line p{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
.section1__line a{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #2C9AC2;
}

.section1__block2 .section1__line a{
    text-decoration: line-through;
    color: #212529;
}

@media (max-width: 992px) {
    .section1{
        padding: 4rem 2rem;
    }
    .section1>h2{
        font-size: 2.5rem;
    }
    .section1__line{
        flex-direction: column;
        align-items: flex-start;
    }
    .section1 h3{
        text-align: center;
        font-size: 1.2rem;
    }
    .section1>p{
        font-size: 14px;
    }
    .section1__line p{
        font-size: 14px;
    }
    .section1__line a{
        font-size: 14px;
    }
}