.mycourses-content-wrapper{
    width: 100%;
    background-color: #12151E;
    border-radius: 10px;
    display: flex;
    padding: 1rem;
    overflow: hidden;
}  
.mycourses-content-wrapper .mycourses-items{
    flex-shrink: 0;
    width: 107%;
}

.carousal-control .carousal-btn{
    border-radius: 50%;
    color: white;
    background-color: #12151E;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    cursor: pointer;
    padding-top: 2px;
}

.caro-header{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.caro-title{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.caro-title p{
    font-size: 0.8rem;
    padding: 5px 0;
}

.caro-title h4{
    color: white;
}

.course-tutor{
    color: #6c7293;
    padding: 1rem 0;
    padding-left: 12px;
}

.course-progress{
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 1.3rem;
    color: white;
}