.production__info{
    padding-left: 78px;

}
.production__info h2{
    margin-bottom: 64px;
    
}
.production__info h2 br{
    display: none;
    
}
.production__text{
    font-size: 19.7px;
    line-height: 29.53px;
    letter-spacing: 0;
    max-width: 872px;
}
.production__text{
    margin-bottom: 48px;
    max-width: 807px;
}
.production__text.mb{
    margin-bottom: 16px;
    max-width: 872px;
}
.production__text a{
    color: #476984;
    text-decoration: underline;
    cursor: pointer;

}
.catalog__content-item.req{
    justify-content: center;
    gap: 40px;
    font-weight: 600;
}
@media (max-width: 1386px) {
   .production__info{
        padding: 0 24px;

    } 
}

@media (max-width: 550px) {
   .catalog__content-item.req{
        gap: 16px;
        font-weight: 700;
    }
    .production__info h2{
        margin-bottom: 16px;
    }
    .production__info h2 br{
        display: block;
    }
    .production__text{
        margin-bottom: 24px;
        font-family: Manrope;
        font-size: 14px;
        line-height: 100%;

    }
    .production__text.mb{
        margin-bottom: 10px;
    }
}