@charset "UTF-8";
#mainNav .navbar-brand,
#mainNav .nav-link {
    color: #000 !important; /* Set the text color to black */
}





.projects-section .featured-text h4,
.projects-section .featured-text p {
    padding-left: 1rem; /* Add padding to create space between border and text */
    margin-top: 0; /* Remove default margin */
}

.smaller-image {
    max-width: 55%; /* Adjust this value to make the image smaller */
    height: auto; /* Maintain the aspect ratio */
}

.projects-section .featured-text {
    padding: 0; /* Adjust the padding as needed */
    border-left: 0.5rem solid #64a19d;
}

@media (min-width: 992px) {
.projects-section .featured-text {
    margin-left: -10px; /* Optional: Add margin to create space between the border and the image */
}
}
@media (max-width: 992px) {
.projects-section .featured-text {
    margin-left: 0.5rem; /* Optional: Add margin to create space between the border and the image */
}
}

        
	 img {
                padding: 10px;
            }