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

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

    .container {
        position: relative;
    }

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

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


    .projects-intro-title {
        font-weight: 500;
        font-size: 42px;
        line-height: 110%;
        letter-spacing: -0.02em;
        color: #013026;
        font-family: 'Closer Text', sans-serif;
        margin: 0;
        max-width: calc(100% - 185px);
        padding-bottom: 48px;

        @media screen and (max-width: 768px) {
            font-size: 21px;
            max-width: calc(100% - 19px);
            padding-bottom: 30px;
        }
    }

    .projects-intro-plant {
        position: relative;
        width: 100%;
        max-width: 1200px;

        .projects-intro-desktop-svg {
            width: 100%;
            height: auto;
            display: block;

            @media screen and (max-width: 768px) {
                display: none;
            }
        }

        .projects-intro-mobile-svg {
            display: none;

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

        .projects-intro-box {
            position: absolute;

            &.projects-intro-infra {
                top: 100px;
                left: 16px;
                display: flex;
                justify-content: space-between;
                gap: 50px;

                @media screen and (max-width: 768px) {
                    gap: 20px;
                    flex-direction: column;
                    width: fit-content;
                    top: 149px;
                }

                .content {
                    margin-top: 50px;

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

                    }
                }
            }

            &.projects-intro-edu {
                top: 253px;
                right: 16px;
                display: flex;
                flex-direction: row-reverse;
                gap: 38px;

                @media screen and (max-width: 768px) {
                    flex-direction: column;
                    gap: 20px;
                    top: 458px;
                    left: 16px;
                }

                .content {
                    margin-top: 64px;
                    max-width: 325px;

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

            .number {
                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: 11px 12px;
                    font-size: 14px;
                }
            }

            .content {
                max-width: 355px;

                @media screen and (max-width: 768px) {
                    max-width: 275px;
                }
                h3 {
                    font-family: 'Closer Text', sans-serif;
                    font-weight: 500;
                    font-size: 32px;
                    line-height: 110%;
                    letter-spacing: -0.02em;
                    color: #FFFFFF;
                    margin: 0 0 16px 0;

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

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

            
        }
    }

    .projects-intro-bottom {
        font-family: 'Closer Text', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.01em;
        color: #004735;
        margin: 0;
        position: absolute;
        bottom: 0;
        max-width: 315px;

        @media screen and (max-width: 768px) {
            max-width: 200px;
            bottom: 0;
            left: 130px;
        }
    }
    
}


/* Левый блок — Інфраструктура */


/* Правый блок — Освіта */


/* Адаптив */
@media (max-width: 768px) {
	.projects-intro-box {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	.projects-intro-desktop-svg {
		display: none;
	}
}
