.wrapper {
    max-width: 450px;
    overflow-x: hidden;
    margin: 0 auto;
}

.course-image {
    width: 100%;
    height: auto;
}

.course-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 450px;
    overflow-x: hidden;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFF;
    padding: 12px;
    z-index: 99;
}

.course-button button {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #000;
    color: #FFF;
    border-radius: 8px;
    font-size: 16px;
    height: 48px;
    font-weight: bold;
}

.embla__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 167px;
}

.embla__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    height: 167px;
    margin-right: 8px;
}

.embla__slide img {
    width: 100%;
    height: 100%;
}

.embla__slide img {
    border-radius: 10px;
}

.course-el {
    margin: 32px auto;
}

.course-el h2, .partnerSearch-list h2 {
    margin: 0 16px 8px;
    font-size: 18px;
    color: #000;
}

.course-el p {
    margin: 8px 16px;
    font-weight: normal;
    color: #707070;
    font-size: 12px;
}

/*# sourceMappingURL=../../sourcemaps/mobile/curation-course/curation-course.css.map*/