@media (max-width: 980px){
    section.courses .col-4{
        width: 50%;
    }
    
    section.courses .card-img-top{
        height: auto;
    }
    .job-item{
        width: 100%;
    }
    .job-item .col-8{
        width: 100%;
    }
    .job-item .col-4{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    section.products .col-3{
        width: 50%;
    }
    section.faqs .col-5{
        width: 100%;
        margin-bottom: 25px;
    }
    section.faqs .col-7{
        width: 100%;
    }

}
@media (max-width: 540px){
    section.courses .row .col-4{
        width: 100%;
    }
    section.products .col-3{
        width: 100%;
    }
    section.products .product-card .img img{
        height: 220px;
        object-fit: cover;
        object-position: top;
    }
}