.nav-wrapper {
    background: rgba(22, 82, 180, 1);
}

.map {
    padding: 1rem 0 0;

    @media (min-width: 1340px) {
        padding: 5rem 0 0;
    }
}

.construction-progress {
    padding: 7rem 0;
}

.about-company-overlay {
    position: relative;
    background: url("../images/main.jpeg") center/cover no-repeat;
    min-height: 25rem;
    max-height: 25rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    margin-top: 5rem;
    @media (min-width: 1340px) {
        margin-top: unset;
    }
}

.about-company-overlay::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(22, 82, 180, 0.35);
}

.about-company {
    z-index: 100;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.about-company > p {
    width: 95%;
    text-align: center;
    line-height: 1.5;

    @media (min-width: 1340px) {
        width: 60%;
    }
}

.container > h1 {
    text-align: center;
    padding: 2rem 0;
}

.certificate-block {
    background: rgba(217, 229, 244, 1);
    padding: 5rem 0;
    margin-bottom: 3rem;
}

.certificate-block p {
    text-align: justify;
    color: rgba(64, 82, 103, 1);
    /* font-size: 0.875rem; */
}

.certificates {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;

    /* justify-content: center; */

    @media (min-width: 1340px) {
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-columns: repeat(3, 1fr); */
    }
}

.certificate {
    min-height: 21.875rem;
    max-height: 21.875rem;
}

.certificate-one {
    background: url(../images/cert/1.jpeg) center/contain no-repeat;
}

.certificate-two {
    background: url(../images/cert/2.jpeg) center/contain no-repeat;
}

.project-members {
    margin-bottom: 4rem;
}

.feedback-about {
    background: rgba(217, 229, 244, 1);
    margin-top: -4px;
}

.feedback-about a {
    color: rgba(16, 36, 65, 1) !important;
}
