.ourProjects{
    margin-bottom: 100px;
    padding-top: 100px;
    min-height: calc(100vh - 180px);
}
.ourProjects .projectTitle{
    font-size: 120px;
    font-family: caps;
    color: #f5f5f5;
    text-shadow: -1px -1px 0 #cccccc, 1px -1px 0 #cccccc, -1px 1px 0 #cccccc, 1px 1px 0 #cccccc;
    line-height: 100px;
    text-align: right;
    margin-bottom: 45px;
}
.ourProjects .boxWrap:nth-child(3n-1) .box{
    margin-top: 60px;
}
.ourProjects .box{
    margin-bottom: 60px;
}
.ourProjects .box .imgContainer{
    width: 100%;
    padding-top: 130%;
    max-height: 80vh;
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
}
.ourProjects .box:hover .imgContainer{
    top: -10px;
    box-shadow: 15px 15px 30px 0px rgba(129,163,255,0.30);
}
.ourProjects .box:hover h3{
    color: #81A3FF;
}
.ourProjects .box .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourProjects .box h3{
    font-size: 24px;
    line-height: 22px;
    margin: 0px;
    margin-top: 10px;
    font-family: caps;
    color: #4D4D4D;
    transition: 0.3s;
}
.ourProjects .box h5{
    font-size: 14px;
    color: #808080;
    line-height: 13px;
    font-family: norm;
    margin: 0px;
    margin: 7px 0px 8px 0px;
}
.ourProjects .box .text{
    max-height: 40px;
    overflow: hidden;
}
.ourProjects .box .text p{
    font-family: norm;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 20px;
}
.ourProjects .box .text p span{
    font-family: norm!important;
}
.ourProjects .link{
    display: flex;
    justify-content: center;
}
@media (max-width: 1400px) {
    .projectsPage .ourProjects .tab{
        top: 115px;
    }
    .ourProjects .projectTitle{
        margin-bottom: 75px;
    }
}
@media (max-width: 1199px) {
    .ourProjects .box{
        margin-top: 0px!important;
    }
}
@media (max-width: 991px) {
    .ourProjects .projectTitle{
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .ourProjects .projectTitle{
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .ourProjects .projectTitle{
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .ourProjects{
        margin-bottom: 80px;
        padding-top: 80px;
    }
}