/* ---------- Project detail (single case-study) page ---------- */
.m-pd-info {
    padding: 70px 0 50px;
}
.m-pd-info__row {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}
.m-pd-details {
    flex: 0.7;
}
.m-pd-details dl {
    margin: 0;
}
.m-pd-details .m-pd-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--morgan-grey-line);
    font-size: 15px;
}
.m-pd-details .m-pd-row dt {
    color: #777;
    font-weight: 600;
}
.m-pd-details .m-pd-row dd {
    margin: 0;
    color: var(--morgan-dark);
    text-align: right;
}
.m-pd-description {
    flex: 1.3;
}
.m-pd-details h2,
.m-pd-description h2 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #777 !important;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.4;
}
.m-pd-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}
.m-pd-description p:last-child {
    margin-bottom: 0;
}
@media (max-width: 800px) {
    .m-pd-info__row {
        flex-direction: column;
        gap: 34px;
    }
}

.m-pd-gallery {
    padding: 0 0 30px;
}
.m-pd-gallery__grid {
    column-count: 2;
    column-gap: 22px;
}
.m-pd-gallery__grid img {
    width: 100%;
    display: block;
    margin: 0 0 22px;
    border-radius: 2px;
}
@media (max-width: 700px) {
    .m-pd-gallery__grid {
        column-count: 1;
    }
}

.m-pd-row--image img {
    max-width: 440px;
    height: auto;
}

@media (max-width: 700px) {
    .m-pd-row--image img {
        max-width: 100%;
        height: auto;
    }
}

.vp-portfolio__item:hover .vp-portfolio__item-overlay {
    opacity: 0.5 !important;
}

@media (max-width: 768px) {
    .m-feature-image img {
        max-width: 100%;
        height: auto;
    }
    .m-pd-details {
        width: 100%;
    }
}
