body {
    font-family: Arial, Helvetica, sans-serif;
}

.hm-hero {
    height: 45vh !important;
    background-color: #000;
}

.m_bg_black {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hm-hero.my-section h1 {
    text-align: center;
    margin: 0px;
    font-size: xxx-large;
    font-weight: 400;
    color: #fff;

}

.row {
    gap: 2 !important;
}

.m_flag_p {
    position: relative !important;
    object-fit: cover !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    right: 10px;
    bottom: 20px;
}

.btn-span {
    width: auto;
    display: flex;
    justify-content: center;
    transition: inherit;
    color: #FFFFFF;
    font-style: normal;
    display: initial;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 13px;
}

.class-detail {
    text-decoration: none;
    color: #000 !important;
}

.class-detail:hover {
    text-decoration: none;
    /*        color: #000;*/
    color: #000 !important;
}

.featured-item {
    text-align: right !important;
    background-color: #f6f6f6 !important;
}

.registered-label {
    background: rgb(255 85 74);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -9px;
    left: 6px;
}

@media (max-width: 768px) {
    .row div {
        text-align: right !important;
    }

    .image-container {
        margin-top: 0px !important;
    }
}