/* Services Subtitle Styles */
.visa.type .services-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-top: -40px;
    margin-bottom: 40px;
    max-width: 700px;
}

@media (max-width: 768px) {
    .visa.type .services-subtitle {
        font-size: 16px;
        margin-top: -30px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
}