.align-items-center {
    align-items: center !important;
}
.h4, h4 {
    font-size: 24px;
    font-weight: bold;
}
.mt-80{
    margin-top: 80px;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
    .mt-80{
        margin-top: 50px;
    }
}
@media (min-width: 991px) {
    .bg-monkey {
        background: url(http://localhost/kj/kantary/kantarybeach-khaolak/images/activities/monkey-coconut-tree.png) no-repeat;
        background-size: contain;
    }
}
@media (min-width: 1200px) {
    .mt-80{
        margin-top: 80px;
    }
}