﻿.featurette-heading {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #2c3e50 0%, #495057 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.work-period .badge {
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.featurette-divider {
    border-color: #e9ecef;
    border-width: 1px;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .row.featurette {
        text-align: center;
    }

    .featurette-heading {
        font-size: 1.5rem;
    }

    .job-logo {
        width: 120px !important;
    }

    .ps-md-4 {
        padding-left: 0 !important;
    }
}
