.career-heading{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.career-heading span{
    color: #28AADC !important;
}

.service-card {
    border: 1px solid #0000001A;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.service-card-image{
    border: 1px solid #0000001A;
    border-radius: 10px;
    overflow: hidden;
}

.service-card-text h5{
    font-size: 1.3rem;
    font-weight: 700;
}

.service-card-text p{
    font-size: 1rem;
}

.job-card{
    border: 1px solid #0000001A;
    padding: 20px;
    border-radius: 10px;
}

.job-title {
    font-size: 1.1rem;
}

.job-apply-btn{
    background-color: #04C687;
    color: #FFF;
    border-radius: 15px;
    font-size: 16px;
    border: none;
    padding: 10px 25px;
}

.job-apply-btn:hover{
    background-color: #04C687;
}

.job-link{
    color: #28AADC !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0px !important;
    border: none !important;
    text-align: left;
    background: none !important;
}

.job-link:hover{
    color: #28AADC !important;
    text-decoration: underline;
    background: none !important;
}