.itv-badge span {
  font-size: 1.4rem;
}

.resume-certificate-section {
    padding: 5rem 0;
    float: left;
    width: 100%;
    background: unset !important;
}

.py-companies-card{
    min-height: 22rem !important;
}

.icons-py-course ul {
    gap: 0.5rem;
    padding: 0 1rem;
    list-style: none;
    margin: 0;
    width: 100%;
}

.icons-py-course ul li {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icons-py-course ul li img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.icons-py-course ul li p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
    width: 100%;
}

.chart-tab-content img{
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}

.things-know-faq-section .things-know-questions {
    border-bottom: 6px solid #b9d719 !important;
}

.things-know-faq-section .things-know-card:has(.collapse.show) .card-header.things-know-questions {
    border-bottom: 6px solid #22577a !important;
}

/* Remove box-shadow on mobile screens */
@media (max-width: 991px) {
    .head-form {
        box-shadow: none !important;
    }

    .cloud-certificate-mobile-sliders img{
        width: 90%;
        margin: 0 auto;
    }
    .cloud-certificate-mobile-sliders .slick-prev{
        left: 2%;
    }
    .cloud-certificate-mobile-sliders .slick-next{
        right: 2%;
    }
}