.footer{
    margin-top: 70px;
}
.our_projects_all {
    padding: 0 7%;
    

}

.our_project_title h1 {
    text-align: center;
    font-size: 50px;
}

.project_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.project {
    margin-top: 50px;
    width: 95%;
    height: 250px;
}

.project  {
    width: 90%;
    object-fit: cover;
    height: 250px;
}

.project video {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.title h1 {
    font-size: 45px;
}

.title span {
    font-family: "Cormorant Garamond", serif;
    color: var(--secondary-color);
}

@media only screen and (max-width: 1110px) {
   

    .project_grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 810px) {
   
    .project_grid {
        grid-template-columns: 1fr;
    }

    .project {
        width: 100%;
    }
}