
@media (min-width: 1260px) {
    #section_what_do_you_want_to_know .wrapper a.wdywtn[href='#tickets_row']:focus

{
    background-image: url(../assets/homepage/desktop/Tickets-Picked.png);
}

#section_wdywtn_drawer
.row.drawer
.img-container
div
.text-tone
.position-absolute {
    background: white;
}

#section_what_do_you_want_to_know .wrapper h3 {
    font-family: DanidinStencil-SemiBold;
    font-size: 29px;
    color: #5c1400;
    line-height: 0.9;
    display: inline-block;
    width: 60%;
    margin-right: 5%;
    text-align: right;
}

#section_news h2 {
    font-family: DanidinStencil-Bold;
    font-size: 25px;
    color: #5c1400;
}

#section_wdywtn_drawer .row.drawer .img-container div h4 {
    margin-top: 45px;
    font-size: 23px;
    font-family: Heebo-Bold;
    color: #5c1400;
}

#newsletter_div h2 {
    font-family: DanidinStencil-Black;
    font-size: 1.9270833333333335vw;
    color: #fcc43b;
}

#section_activities .media .media-body h3 {
    font-family: Heebo-Regular;
    font-size: 19px;
    color: #000;
}

}

section#section_narrow_banners a:focus-visible,
section#section_wide_banners a:focus-visible,
section#section_activities a:focus-visible {
    display: inline-block;
    border: 1px solid black !important;
}

/* H2 styling for all converted headings in body.home */
body.home h2 {
    font-family: DanidinStencil-Bold;
    font-size: 25px;
    color: #5c1400;
    direction: rtl;
    text-align: right;
}

/* #section_activities h2 styling */
#section_activities h2 {
    font-family: DanidinStencil-Bold;
    font-size: 25px;
    color: #5c1400;
}

/* #newsletter_div h2 styling */
#newsletter_div h2 {
    font-family: DanidinStencil-Bold;
    font-size: 25px;
    color: #5c1400;
}

@media (max-width: 767px) {
    #section_what_do_you_want_to_know .wrapper h3 {
        font-family: DanidinStencil-SemiBold;
        font-size: 7vw;
        color: #5c1400;
        line-height: 1;
        display: inline-block;
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }

    body.home h2 {
        font-size: 6vw;
    }

    #newsletter_div h2 {
        font-size: 6vw;
    }

    #section_activities h2 {
        font-size: 6vw;
    }
}

