.project-details-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 4.8rem 0;
}

.project-details-grid > div {
    width: 25%;
    font-family: 'Mersad';
    font-size: 3.2rem;
    color: rgba(32, 32, 32, 1);
    line-height: 1;
}

.project-details-grid > div label {
    display: block;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgba(32, 32, 32, 0.6);
    line-height: 1;
}

section.project-content-block {
    max-width: 141.4rem;
    margin: 0 auto;
    padding: 14rem 0;
}

section.project-content-block h2 {
    font-size: 7.2rem;
    line-height: 1.06;
    color: rgba(32, 32, 32, 1);
    margin-bottom: 3.3rem;
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-grid > div {
    width: calc(100% - 20rem);
    font-size: 2.4rem;
    line-height: 1.2;
    color: rgba(32, 32, 32, 0.8);
    font-family: 'Mersad';
    padding-right: 3.2rem;
}

.content-grid h3 {
    width: 20rem;
    padding-right: 4.2rem;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Mersad';
    color: rgba(32, 32, 32, 1);
}

.content-grid > div p {
    margin-bottom: 3rem;
}

.content-grid > div p:last-child {
    margin-bottom: 0;
}

.grid-gallery {
    display: flex;
    flex-wrap: wrap;
}

.grid-gallery > div {
    width: 41%;
    padding: 1.2rem;
}

section.grid_gallery {
    margin: 0 -1.2rem;
}

.grid-gallery.style-left-large > div:nth-child(odd),
.grid-gallery.style-right-large > div:nth-child(even) {
    width: 59%;
}

.client-name img {
    max-width: 21rem;
}

.gallery-image-item img {
    border-radius: 2.4rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: none !important;
}

section.project_completion_grid {
    padding: 14rem 0;
}

section.project_completion_grid h2 {
    max-width: 108.9rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5.6rem;
}

.project-completion-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8rem;
}

.project-completion-item {
    width: calc(100% / 3 - 1.6rem);
    background: rgba(32, 32, 32, 1);
    margin: 0 0.8rem;
    border-radius: 3.2rem;
    padding: 4rem;
    min-height: 33.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: rgba(246, 246, 246, 1);
    font-size: 2.4rem;
    font-family: 'Mersad';
    line-height: 1;
}

.pc-heading {
    font-size: 9.6rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2.4rem;
}

.project-details-grid img{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media all and (max-width: 767px){
    .project-details-grid > div {
        width: 100%;
        text-align: center;
        margin-bottom: 36px;
    }
    
    .project-details-grid > div label {
        margin-bottom: 8px;
    }
    
    section.project-content-block {
        padding: 60px 0;
        max-width: 100%;
    }
    
    section.project-content-block h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .content-grid h3 {
        width: 100%;
        font-size: 30px;
        padding: 0 0 10px;
    }
    
    .content-grid > div {
        width: 100%;
        padding-right: 0;
    }
    
    section.project_completion_grid h2 {
        max-width: 100%;
        margin-bottom: 60px;
        font-size: 36px;
        line-height: 1.1;
    }
    
    section.project_completion_grid {
        padding: 60px 0;
    }
    
    .project-completion-item {
        width: 100%;
        margin-bottom: 16px;
        min-height: 200px;
        padding: 20px;
    }
    
    .pc-heading {
        font-size: 60px;
        margin-bottom: 16px;
    }
    
    .pc-description {
        font-size: 16px;
    }
    
    .project-completion-item:last-child {
        margin-bottom: 0;
    }
    
    .gallery-image-item img {
        border-radius: 16px;
        box-shadow: none!important;
    }
    
    .grid-gallery > div {
        width: 100%;
        padding: 8px;
    }
    
    .grid-gallery.style-left-large > div:nth-child(odd), .grid-gallery.style-right-large > div:nth-child(even) {
        width: 100%;
    }
	
	.project-details-grid > div {
		font-size: 24px;
	}
	
	.project-details-grid > div:last-child {
		margin-bottom: 0;
	}
}