.section-head .av-special-heading-tag {
    font-weight: normal;
    line-height: 120px !important;
    background-color: #00000073;
}

.team-img-col img {
    width: 600px;
}

.team-heading .av-special-heading-tag {
    font-size: 25px;
    line-height: 25px !important;
}

.project-list .flex_cell_inner {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .project-list .flex_cell_inner {
        grid-template-columns: 1fr 1fr;
    }
    .project-list .flex_cell_inner > div:nth-child(3) {
        order: 4
    }
    .project-list .flex_cell_inner > div:last-child {
        order: 3
    }
}

@media (min-width: 1024px) {
    .project-list .flex_cell_inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.full-height, .half-height {
    padding: 120px 30px;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr;
    place-items: center;
    position: relative;
    background-size: cover;
}

.full-height br, .half-height br {
    display: none;
}

.full-height span, .half-height span {
    color: #fff;
    display: inline-block;
    background: rgb(18 32 77 / 85%);
    padding: 10px 20px;
    font-size: 28px;
    text-transform: uppercase;
}

.full-height a, .half-height a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-heading .av-subheading {
    font-size: 22px !important;
    margin-top: 0;
}

.office-space {
    background-position: 50% 100%;
}	