@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/*body {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Oswald', sans-serif;

}*/

/* ADD THIS PREFIX TO ALL CLASSES : .driveez-widget */

.driveez-widget .title-div {
    font-family: 'Lexend', sans-serif;
    /*color: black;*/
    font-weight: 700;
}

.driveez-widget .course-btn {
    background-color: #121113;
    color:white;

}
.driveez-widget .course-btn:hover {
    background-color: #fee100;
    color: #121113;
}

.driveez-widget .course-btn a{
    color: inherit;
}
/* .driveez-widget .course-btn a:hover{
    color:#121113;
} */
.driveez-widget .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #fee100;
}

.driveez-widget .course-img {
    width: 40%;
    height: 200px;
  
}
.driveez-widget img{
    width: 100%;
    height: 100%;
   }

.driveez-widget .course-main-card {
    width: 775px;
    box-shadow:rgba(0, 0, 0, 0.098) 0px 0 10px 3px;
}

.driveez-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* gap: 20px;
    max-width: 1440px; */
    justify-content: center;
    margin: 0px auto;
	flex-direction: column;
}

.course-box,
.team-box-inner {
    background-color: #ffffff;
    width: 60%;
    bottom: 0;
}

.shrtteam-box,
.course-box-shortcodes {
    background-color: #f7f7f7;
}

.driveez-widget .li_content i{
    
        color: #c4b12d;
        margin-right: 10px;
}

.driveez-widget .li_content p {
        color: #6c6c6c;
        font-weight: 400;
        margin: 0.5rem 1rem;
        font-size: 1em;
    }

#course_single {
    li {
        list-style: none;
    }
}

.list-cards {
    margin-left: 15px;
    /* padding: 10px; */
    background-color: #eee;

    i {
        color: #c4b12d;
        margin-right: 10px;
    }

    p {
        color: #000000;
        font-weight: 400;
        margin: 10px 0;
        font-size: 1em;
    }
}

.points {
    flex-wrap: wrap;
    gap: 20px
}

.courseHeading {
    font-weight: 700;
}

.desc-div {
    color: #6c6c6c;
    font-size: 15px;
    font-family: 'Lexend', sans-serif;
		margin: 0 1rem;
}