.internships-section {
    padding: 80px 0;
    background-color: #F5EAD5;
}

@media (max-width: 768px) {
    .internships-section {
        padding: 40px 0;
    }
    .internships-heading {
        font-size: 28px;
    }
    .internship-card {
        margin-bottom: 20px;
    }
    .internship-card .card-header {
        padding: 15px;
    }
    .internship-card .card-header h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .internships-heading {
        font-size: 24px;
    }
    .internship-card .card-header h3 {
        font-size: 14px;
    }
}

.internships-heading {
    font-size: 42px;
    font-weight: 600;
    color: #003394;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
}

.internships-subheading {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-style: regular;
}

.offer-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.internship-card {
    background: #F5EAD5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.internship-card .card-header {
    padding: 20px;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.internship-card .card-body {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.internship-card .text-muted {
    color: #666 !important;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.internship-card .card-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 10px;

}