/* Start custom CSS */.course-enquiry {
    display: flex;
    padding: 16px 0px 24px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 8px;
}
.course-title {
    color: #1E1E1E;
    font-family: 'Helvetica';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.enquiry-title-area h3 {
    color: #1E1E1E;
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}
@media screen and (min-width: 992px) {
    .enquiry-title-area h3 {
        font-size: 48px;
    }
}
.hide-char-description .charleft {
    display: none;
}/* End custom CSS */