.project-content .border-left {
    border-left: 1px solid #C4DEF3;
}

.project-content .left-image {
    padding-right: 103px;

}

.project-content .right-image {
    padding-left: 103px;

}

.project-content h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    color: #3F3E3D;
    text-align: left;

}

.project-content h2 span {
    display: block;
    text-align: right;
}

.project-content .title {
    max-width: 682px;
}

.project-content .content {
    padding-right: 34px;
    height: 100%;
    padding-left: 103px;
}

.project-content .content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

.project-content .title .year {
    font-family: 'Bodoni 72 Smallcaps', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 121px;
    line-height: 100%;
    text-transform: capitalize;
    display: inline-block;
    color: #3F3E3D;
}

.project-content .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.call-to-action, .call-to-action:hover {
    background: #6B4D40;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 14px 67px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

.border-left .content {
    max-width: 420px;
    text-align: left;
    padding: 0;
}

.my-50px {
    margin: 50px 0;
}

.mt-24px {
    margin-top: 24px;
}

.bg-16 {
    background-image: url("/wp-content/themes/murgpark/assets/images/47.png");
    background-repeat: no-repeat;
    background-position: 0 27%;
}

.bg-green-energy {
    background-image: url("/wp-content/themes/murgpark/assets/images/green_energy.png");
    background-repeat: no-repeat;
    background-position: 87px 28%;
}

.bg-2023 {
    background-image: url("/wp-content/themes/murgpark/assets/images/2024.png");
    background-repeat: no-repeat;
    background-position: 21px 43%;
}

.scroll-down{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.moving-dot{
    display: block;
	animation: 1.6s infinite ease modedot;
}

@keyframes modedot {
	0% {
		transform: translate(146px,150px)  scale(0.5);
		opacity:0.2;
	}
	50% {	
		opacity:1;
	}
	100% {
		transform: translate(146px,267px)  scale(0.5);
		opacity:0.2;
	}
}


@media (min-width: 992px) {
    .mt-lg-200px {
        margin-top: 200px !important;
    }

    .mb-lg-150px {
        margin-bottom: 150px !important;
    }
	.mt-lg-75px{
		margin-top:75px;
	}
	.pr-lg-103px{
		padding-right:103px!important;
	}
	.mb-lg-50px{
		margin-bottom:50px!important;
	}
	.mb-lg-60px{
		margin-bottom:60px!important;
	}
}


@media (max-width: 1200px) {
    .project-content h2 {
        font-size: 42px;
        line-height: 164.77%;
    }

    .project-content .title .year {
        font-size: 90px
    }
}

@media (max-width: 992px) {

    .project-content .left-image, .project-content .right-image {
        padding: 0;
    }

    .project-content .title {
        max-width: 100%;
        text-align: left;
    }

    .project-content .border-left {
        border: none;
    }

    .project-content h2 {
        text-align: center;
    }

    .project-content h2 span {
        display: inline-block;
        text-align: center;
    }

    .project-content .content {
        max-width: 100%;
        padding: 0;
    }

    .project-content .title {
        margin-bottom: 70px;
    }

    .project-content .content p {
        padding-left: 30px;
        font-size: 16px;

    }

    .bg-2023 {
        background-size: 40%;
        background-position: 0 50%;
    }

    .bg-60 {
        background-position: 0 19%;
        background-size: 20%;
    }

    .bg-green-energy {
        background-size: 25%;
        background-position: 0 45%;
    }
}

@media (max-width: 468px) {
    .project-content h2 {
        font-size: 30px;
    }

    .project-content .title .year {
        font-size: 60px;
    }

    .my-50px {
        margin: 30px 0;
    }

    .project-content .title .year {
        line-height: 100%;
    }

    .bg-2023 {
        background-size: 70%;
    }

    .bg-60 {
        background-size: 40%;
    }

    .bg-green-energy {
        background-size: 35%;
    }
}