#pqmelodia h3 {
    font-size: 55px;
    padding-top: 119px;
}

#func h3 {
    padding-top: 128px;
    font-size: 55px;
}

#dep h3 {
    padding-top: 167px;
    font-size: 55px;
}

#music {
    padding-top: 158px;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #6366f1, #8b5cf6);
    color: white;
    padding: 80px 20px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .hero-section {
        flex-direction: row;
        gap: 60px;
        text-align: left;
        padding: 100px 40px 40px;
    }
}

.hero-content {
    max-width: 600px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .hero-content {
        margin-bottom: 0;
        flex: 1;
    }
}

.hero-image {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .hero-image {
        max-width: 450px;
        flex: 1;
    }
}
"editor.quickSuggestions": {
  "strings": "on"
}
