.main-hero__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
}
.products-table-wrapper .products__table th {
    text-align: end;
}
.products h1, .products h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: -35px;
}
.advantages .left-side {
    grid-column: span 8 !important;
    max-width: 100% !important;
}
@media (max-width: 768px) {
    .main-hero__title {
        font-size: 24px !important;
        margin-bottom: 40px;
        max-width: 100%;
    }
}
