body {
  font-family: 'Segoe UI', sans-serif;
}

.hero-section {
    padding: 80px 0;
    background: linear-gradient(to right, #f8fbff, #eaf3ff);
}

.text-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #0d3b66;
}

.text-content h2 {
    font-size: 22px;
    margin-top: 10px;
    color: #333;
}

.hero-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.hero-list li {
    font-size: 16px;
    margin-bottom: 8px;
}

.hero-img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .text-content {
        text-align: center;
        margin-bottom: 30px;
    }
}
