.projects-multi-intro {
	padding: 140px 0;
    max-width: 1320px;
    margin: 0 auto;

    @media screen and (max-width: 768px) {
        padding: 60px 20px;
    }
}

.pmi-inner {
	position: relative;
}

.pmi-inner.has-bg .pmi-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.85;
}

.pmi-inner .container {
	position: relative;
	z-index: 2;
}


.pmi-section-title {
	margin: 0 0 60px;
    padding: 0 0 14px;
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #004735;
    border-bottom: 1px solid rgba(0, 71, 53, 0.1);

    @media screen and (max-width: 768px) {
        font-size: 16px;
        margin: 0 0 30px;
    }
}

.pmi-title {
	font-size: 34px;
	line-height: 1.3;
	color: #004d40;
	font-weight: 700;
	max-width: 700px;
}

/* GRID for cards */
.pmi-grid {
    position: relative;
    width: 100%;
    max-width: 965px;
    margin: 0 auto;


}

.pmi-desktop-svg {
    width: 100%;
    height: auto;
    display: block;
    
    @media screen and (max-width: 768px) {
        display: none;
    }
}

.pmi-mobile-svg {
    display: none;

    @media screen and (max-width: 768px) {
        /* width: 100%; */
        height: auto;
        display: block;
    }
}

/* Card */
.pmi-card {
    position: absolute;

    &:nth-child(3) {
        top: 113px;
        left: 20px;

        @media screen and (max-width: 768px) {
            left: 26px;
            top: 150px;
        }
    }

    &:nth-child(4) {
        top: 255px;
        right: 20px;

        .pmi-card-inner {
            flex-direction: row-reverse;
            gap: 40px;

            .content {
                margin-top: 64px;
            }
        }

        @media screen and (max-width: 768px) {
            left: 26px;
            right: unset;
            top: 375px;

            .pmi-card-inner {
                gap: 28px;
                flex-direction: column;

                .content {
                    margin-top: 0;
                }
            }
        }
    }

    &:nth-child(5) {
        top: 533px;
        left: 20px;

        @media screen and (max-width: 768px) {
            left: 26px;
            top: 595px;
        }
    }

    &:nth-child(6) {
        top: 675px;
        right: 20px;

        .pmi-card-inner {
            flex-direction: row-reverse;
            gap: 40px;

            .content {
                margin-top: 45px;
            }
        }

        @media screen and (max-width: 768px) {
            left: 26px;
            top: 842px;
            right: unset;

            .pmi-card-inner {
                gap: 28px;
                flex-direction: column;

                .content {
                    margin-top: 0;
                }
            }
        }
    }

    &:nth-child(7) {
        left: 20px;
        bottom: 265px;

        @media screen and (max-width: 768px) {
            left: 26px;
            bottom: 95px;
        }
    }
}

.pmi-card-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;

    .content {
        margin-top: 40px;
        max-width: 250px;

        @media screen and (max-width: 768px) {
            margin-top: 0px;
            max-width: 285px;
        }
    }

    @media screen and (max-width: 768px) {
        gap: 28px;
        flex-direction: column;
    }
}

.pmi-card-label {
	font-family: 'Closer Text', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    background-color: #CFE2E0;
    border-radius: 100px;
    padding: 14px 16px;
    height: fit-content;

    @media screen and (max-width: 768px) {
        width: fit-content;
        padding: 10px 12px;
        font-size: 14px;
    }
}

.pmi-card-title {
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 16px 0;

    @media screen and (max-width: 768px) {
        font-size: 21px;
        margin: 0 0 14px 0;
    }
}

.pmi-card-text {
	margin: 0;
    font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #CFE2E0;
}

/* Bottom text */
.pmi-bottom-text {
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.6;
	max-width: 600px;
	color: #14352c;
}

/* Mobile */
@media (max-width: 700px) {
	.pmi-title {
		font-size: 28px;
	}
}
