.kaizen-scope .banner {
    margin-bottom: 50px;
}

.kaizen-scope .banner p {
    color: #FFF;
    text-align: center;
    font-family: "UTM-Bebas";
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    top: 40%;
    left: 0;
    width: 100%;
    position: absolute;
}

.kaizen-scope .filter-box input {
    width: 100%;
    outline: none;
    border: 1px solid  #ced4da;
    border-radius: 25px;
    padding: 8px 30px 8px 28px;
    font-size: 14px;
}

.kaizen-scope .filter-box img {
    position: absolute;
    top: calc(50% - 7px);
    /*transform: translateY(-50%);*/
    right: 10px;
    height: 18px;
    cursor: pointer;
}

.kaizen-scope .list-of-courses .item {
    background: #ffffff;
    border-radius: 12px;
}

.kaizen-scope .list-of-courses h3 {
    font-family: "Inter-Bold";
    font-size: 20px;
    color: #001836;
    font-weight: 700;
    margin-bottom: 12px;
}

.kaizen-scope .list-of-courses img {
    border-radius: 8px;
}

.kaizen-scope .list-of-courses ul li {
    display: block;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #001836;
    margin-bottom: 8px;
}
.kaizen-scope .list-of-courses ul li:last-child{
    text-transform: capitalize;
}
/** Small devices (landscape phones, less than 768px) **/
@media (max-width: 767.98px) {
    .kaizen-scope .filter-box img {
        top: calc(50% - 17px);
    }
}
