/* Hero Section */
.hero2 {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/4portfolio (Small).png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero2-content {
    max-width: 800px;
    padding: 0 1rem;
}

.hero2 h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.hero2 p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}