.project-detail {
    margin-block: 4rem 5rem;
}
.project-gallery__wrapper {
    gap: 1rem;
}
.project-gallery__image {
    width: 100%;
}
.list__thumbnail {
    gap: 1rem;
}
.slide__thumbnail {
    width: 24% !important;
}
.project-gallery__thumb {
    width: 100%;
}
.project-info {
    margin-block: 4rem 5rem;
}
.project-info__title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.project-info__meta {
    margin-block: 1.2rem;
}
.font-style {
    font-size: 1rem;
    font-weight: 400;
}
.item-separator {
    margin-inline: .6rem;
}
.project-info__description {
    gap: 3rem;
    margin-top: 3rem;
}
.project-info__content {
    width: 75%;
    gap: 2rem;
}
.project-info__data {
    border-left: solid 4px #ff6d0e;
    width: 25%;
    padding-left: 2rem;
    gap: 1rem;
}
strong {
    font-weight: 600;
    color: #36383a;
}
.back-nav {
    margin-bottom: 3rem;
}
.back-nav__link {
    justify-content: flex-start;
    gap: 1.6rem;
}
.back-nav__icon {
    width: 2rem;
}
.back-nav__label {
    font-size: 1rem;
    margin-bottom: .8rem;
}   
.back-nav__destination {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 1000px) {
    .project-info__data {
        border-left: solid 2px #ff6d0e;
    }
}

@media (max-width: 750px) {
    .project-info__description {
        gap: 2rem;  
    }
    .font-style {
        text-align: justify;
    }
    .project-info__content {
        width: 70%;
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    .project-info__description {
        flex-direction: column;
        gap: 0;
    }
    .project-info__content, .project-info__data {
        border: none;
        width: 100%;
        padding: 0;
    }
    .project-info__data {
        gap: 2rem;
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: solid 1px #ececec;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
    }
    .project-info__data-item {
        display: flex;
        flex-direction: column;
        gap: .4rem;
    }
    .project-info__title {
        font-size: 2.5rem;
        text-align: center;
    }
    .project-info__meta {
        text-align: center;
    }
    .project-gallery__wrapper, .list__thumbnail {
        gap: .5rem;
    }
}
@media (max-width: 450px) {
    .project-info {
        margin-block: 3rem 5rem;
    }
}
@media (max-width: 400px) {
    .project-info__title {
        font-size: 2rem;
    }
    .project-info__data {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .project-detail {
        margin-block: 3rem 5rem;
    }
}
@media (max-width: 350px) {
    .project-info__title {
        font-size: 1.5rem;
    }
    .project-gallery__wrapper, .list__thumbnail {
        gap: .2rem;
    }
}
@media (max-width: 300px) {
}