.license-hero {
    background: linear-gradient(135deg, #6f42c1, #8c57ff);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}
.license-hero h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.license-section {
    margin-top: -40px;
}
.license-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    height: 100%;
    transition: transform 0.2s ease;
}
.license-card:hover {
    transform: translateY(-4px);
}
.license-icon {
    font-size: 28px;
    color: #8c57ff;
    margin-bottom: 10px;
}
.section-title {
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .license-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 567px) {
    .license-hero h1 {
        font-size: 22px;
        line-height: 32px;
    }
}
