  .buy_tickets_subsection {
    line-height: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.buy_tickets_subsection .action_btn a {

    color: #ffffff;
    background-color: #000000;
    width: 150px;
    box-sizing: border-box;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.buy_tickets_subsection b{
    font-weight: 700;
}
.action_btn {
    display: flex;
    margin-bottom: 15px;
}
.image_container.fit-image-center {
    width: 80%;
    margin: auto;
}
.buy_tickets_pl {
    text-align: center;
    margin-top: 25px;
}