/* Featured Content Section */
.featured-content {
    margin-left: 75px;
    width: 30%;
}

.featured-content h2 {
    font-size: 24px;
    color: #333; /* Adjust the color as needed */
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}

.featured-project {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid #2c2c2c;
    padding: 5px;
}

.featured-project img {
    max-width: 100px; /* Adjust the maximum width of the project image */
    border-radius: 5px;
    margin-right: 20px;
}

.featured-project-details {
    flex: 1;
}

.featured-project h3 {
    font-size: 18px;
    color: #333; /* Adjust the color as needed */
    margin-bottom: 5px;
    text-decoration: underline;
}

.featured-project p {
    font-size: 14px;
    color: #666; /* Adjust the color as needed */
    margin-bottom: 10px;
}

.featured-project a {
    text-decoration: none;
    color: #007bff; /* Adjust the color as needed */
    font-weight: bold;
}

.featured-project a:hover {
    text-decoration: underline;
}
