.centre_main_right {
    align-items: center;
}

.centre_main_right > span {
    margin-top: 2vw;
    background-color: rgba(0, 178, 147, 1);
    height: 2.4vw;
    padding: 0 2vw 0 2vw;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 1.8vw;
    font-family: Roboto-Bold, serif;
    font-weight: 700;
}

.underline {
    background-color: rgba(0, 178, 147, 1);
    width: 31vw;
    height: 0.05vw;
    margin-top: 1.5vw;
}

.centre_main_right > h2 {
    width: 28vw;
    font-size: 1vw;
    text-align: end;
    color: rgba(0, 178, 147, 1);
    margin-top: 2.5vw;
}

.venue {
    width: 28vw;
    margin-top: 2.5vw;
}

.venue > img {
    width: 100%;
    height: 100%;
}