.main-container {
    text-align: center;
    max-width: 506px;
    margin: 0 auto;
}
.main-container a {
    color: #F0645E;
    font-family: 'OpenSans-ExtraBold', sans-serif;
}
.pink-bg {
    border-radius: 20px;
    padding: 64px 32px;
}
.pink-bg * {
    color: #FFFFFF;
}
.pink-bg .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pink-bg .flex-container div {
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .pink-bg .flex-container > div {
        margin-top: 16px;
    }
}
.pink-bg a {
    font-family: 'OpenSans-ExtraBold', sans-serif;
}
.register-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;    
    border-radius: 20px;
}
.register-bg * {
    color: #FFFFFF;
}
.register-bg-container {
    max-width: 761px;
    margin: 0 auto;
    text-align: center;
}
.course-card-container {
    margin-bottom: 0;
}
.swiper-pagination {
    position: relative;
    bottom: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #F68F5D;
}
@media only screen and (min-width: 768px) {
    .swiper-pagination {
        display: none !important;
    }
}