.mentors__img {
    margin: 0;
}

.mentors__img img,
.mentors__img img, .mentors__social .share {
    border-radius: 0;
}

.form-control-lg {
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    right: 6px !important;
    left: auto !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 26px !important;
}

.cover-page-image {
    width: 100%;
}

.modal-footer {
    justify-content: flex-start;
}

.correct-question {
    background-color: #b0ecb0bd;
}

.wrong-question {
    background-color: #fa7878;
}
