#eventDetailBlock > p {
    margin-bottom: 1em;
}

#eventDetailBlock > ul {
    margin-bottom: 1em;
    margin-left: 2em;
}

#eventDetailBlock > ol {
    margin-bottom: 1em;
    margin-left: 1em;
}

#eventDetailBlock > ul > li {
    list-style: disc;
}
@media (max-width: 900px) {
    div#containerEvent.container {
        width: 100vw !important;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .row {
        margin: 0px;
        padding: 0;
        align-self: center;
    }

    div.col-12 #blockListEvent {
        padding: 0 !important;
        width: 100vw;
        margin-bottom: 20px !important;
    }

    .cardOuter {
        margin-bottom: 20px !important;
    }
}

.cardOuter {
    margin-bottom: 40px !important;
}

.titleEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    color: #234b88;
}

.containerDrop {
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.blockHeader {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 21px 35px;
}

.blockHeaderTitle {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}

.centerTitle {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: 5em;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.headerTitle {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.centerTitleCoach {
    display: flex;
    flex-direction: column;

    font-size: 14px;
    height: 2em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.headerCoach {
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.imageCoach {
    width: 100%;
    padding-top: 100%;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.blockBody {
    margin: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
}

.textOpen {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #28ac2d;
}

.textClose {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: red;
}

.textTypeEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #aeaeae;
}

.centerBodyTitle {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: 3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bodyTitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #234b88;

    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.eventPrice {
    font-family: Poppins;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6a6a6a;
}

.textStrike {
    text-decoration-line: line-through;
}

.textFree {
    text-decoration-line: unset;
    font-weight: 600;
    color: black;
}

.buttonLoad {
    margin: 30px 0;
    color: #234b88;
    background: #ebeff2;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 30px;
    line-height: 24px;
}

@media (max-width: 900px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 20px;
        background: #3ec3dc;
        flex-wrap: wrap;
    }

    .textJumbotron {
        align-self: center;
        width: 100%;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        padding-top: 40px;
    }

    .imageJumbotron {
        width: 100%;
    }

    .jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #234b88;
        margin-bottom: 0;
    }

    .jumbotron p {
        margin-bottom: 10;
    }

    .subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background: #3ec3dc;
        flex-wrap: wrap-reverse;
    }

    .imageSub {
        widows: 100%;
    }

    .containerForm {
        width: 100%;
        padding: 40px 0px 20px;
    }

    .titleForm {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    .btn.btn-outline-primary.buttonSub {
        background: #234b88;
        margin-top: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 10px;
    }

    .inputEmail {
        width: 100%;
    }

    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
    }

    #titleEventDetail {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        color: #234b88;
    }

    #eventLainnya {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        color: #234b88;
    }

    #info {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #234b88;
    }

    #modalEventTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        color: #234b88;
    }
}

.wm-mini-header {
    width: 100%;
    height: 70vh;
    background-size: cover;
}

@media (max-width: 901px) {
    .wm-mini-header {
        height: 55vh;
        background-size: cover;
    }
}

@media (min-width: 901px) {
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 120px;
        background: #3ec3dc;
    }

    .textJumbotron {
        flex: 1;
        align-self: center;
        margin-right: 20px;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    .imageJumbotron {
        flex: 1;
    }

    .jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #234b88;
    }

    .subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 120px;
        background: #3ec3dc;
    }

    .containerForm {
        width: 100%;
        padding: 61px 61px 61px;
    }

    .titleForm {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;

        color: #234b88;
    }

    .btn.btn-outline-primary.buttonSub {
        background: #234b88;
        margin-top: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 10px;
    }

    .inputEmail {
        width: 80%;
    }

    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
        width: 80%;
    }

    #titleEventDetail {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    #eventLainnya {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #234b88;
    }

    #info {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #234b88;
    }

    #modalEventTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        color: #234b88;
    }
}

@media (max-width: 768px) {
    .wm-mini-header {
        width: 100%;
        height: 30vh;
        background-size: cover;
    }
}

@media (max-width: 441px) {
    .wm-mini-header {
        width: 100%;
        height: 20vh;
        background-size: cover;
    }
}

@media (max-width: 414px) {
    .wm-mini-header {
        width: 100%;
        height: 23vh;
        background-size: cover;
    }
}

@media (max-width: 411px) {
    .wm-mini-header {
        width: 100%;
        height: 22vh;
    }
}

@media (max-width: 375px) {
    .wm-mini-header {
        width: 100%;
        height: 23vh;
        height: fit-content;
        background-size: cover;
    }
}

#titleRelatedEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #234b88;
    margin-bottom: 40px;
}

/* Desktop */
@media (min-width: 901px) {
    #classRow {
        display: flex !important;
        justify-content: center !important;
    }
}


.blockBottom{
    display: flex;
    align-items: flex-start;
    padding: 15px;
    flex-direction: column;

}

@media (min-width: 901px) {
    .blockBottom{
        display: flex;
        align-items: center;
        flex-direction: row;

    }
}