.laboratory-front__descr {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #4b535e;
    box-sizing: border-box
}

@media (min-width:1024px) {
    .laboratory-front__descr {
        padding: 0 30% 0 0
    }
}

@media (min-width:1280px) {
    .laboratory-front__descr {
        padding: 0 40% 0 0;
        font-size: 1.125rem;
        line-height: 1.8125rem
    }
}