.single-work .narrow {
    width: 740px;
}

.block-content p {
    font-size: var(--fs-20);
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .wide-image .img,
    .work-feature-image {
        height: 350px !important;
    }

    .block-content p {
        font-size: var(--fs-16);
        line-height: 24px;
    }

    .single-work .narrow {
        width: 100%;
    }
}