@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#u-reborn-event-page {
    max-width: 100%;
}

.u-reborn-event-wrapper {
    display: flex;
}

.ur-event-image {
    width: 30%;
}

.u-reborn-event-description {
    width: 70%;
    padding: 20px;
}

#u-reborn-event-page h3 {
    text-align: center;
}

.ur-event-header {
    color: #222222;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-size: 50px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
}

.ur-event-subheader {
    color: #000000;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.ur-event-schedules p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    line-height: 1.2;
}

.ur-class-register {
    background-color: #066aab;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: fit-content;
    transition: all 0.4s;
}

.ur-class-register:hover {
    color: #ffffff;
    opacity: 0.8;
}

.ur-responsible-persone,
.ur-responsible-persone a {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.ur-event-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.ur-event-slider-wrapper {
    min-height: 100px;
    max-width: 800px;
    margin: 0 auto;
}

.ur-event-slider-image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
}

.ur-event-slider-image-inner-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    padding-top: 66.7%;
}

.ur-event-slider-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {

    .u-reborn-event-wrapper {
        flex-direction: column;
    }

    .ur-event-image,
    .u-reborn-event-description {
        width: 100%;
    }

}