@import url('https://fonts.googleapis.com/css2?family=Anuphan&family=Sarabun&display=swap');

h2, h4, h5 {
    font-family: 'Anuphan', sans-serif;
}

.header-title {
    padding-top: 40px;
}

.header-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2F3D93;
}

.course-info h4 {
    font-size: 24px;
}

.course-info .row {
    display: flex;
    justify-content: center;
}

.course-info .course {
    display: flex;
    justify-content: space-between;
}