/*
Theme Name: Wellearn Child
Theme URI: https://gaviaspreview.com/wp/wellearn/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Wellearn theme.
Template: wellearn
*/



.course-single-title{
	font-size: 32px !important;
}


.brand-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;   
    overflow: hidden;
}


.brand-item-image img.brand-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.tutor-course-thumbnail img {
    border-radius: 20px;
}
.tutor-course-thumbnail {
    width: 50%;
}