article {
    max-width: 1240px;
    padding: 0 20px;
    margin: 30px auto;
}
section#rauchbier h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

section#description h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

section#question h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.questions-container {
    display: flex;
    gap: 15px;
}

.questions-container label {
    font-family: "NunitoSans-SemiBold" !important;
}
section#rauchbier p,section#rauchbier li, section#rauchbier span, section#rauchbier h3{
    line-height: 1.5;
}
article .contest {
    display: flex;

}
section#rauchbier{
    font-family: "NunitoSans-SemiBold" !important;
}
b {
    font-weight: bold;
}
article .contest .contest-image {
    width: 35%;
}

article .contest .contest-image figure {
    height: 250px;
}

article .contest .contest-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

article .contest .contest-description {
    width: 45%;
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
}

article .contest .contest-description h1 {
    font-family: "NunitoSans-Bold";
    font-size: 2.5rem;
}

article .contest .contest-description h2 {
    font-family: "NunitoSans-ExtraBold";
    font-size: 1.5rem;
    /*color: #DC3545;*/
    margin: 15px 0 10px;
}

article .contest .contest-description h2 span {
    font-family: "NunitoSans-Regular";
    /*color: #DC3545 !important;*/
}

article .contest .contest-description>div {
    display: flex;
    align-items: center;
}

article .contest .contest-description>div button {
    padding: 10px;
    background-color: #5A97D1;
    color: #FFF;
    border-radius: 6px;
    outline: none;
    margin-right: 10px;
    border: none;
}

article .contest .contest-description>div a {
    text-decoration: none;
    color: #5A97D1;
}

article .contest .contest-share {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

article .contest .contest-share > div{
    display: flex;
    margin-left: 5px;
}

.mw-share-btn{
    margin: 0 2.5px;
}


/* ===== SEÇÃO INFERIOR ===== */
/*CSS for the main interaction*/
.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset>label:hover,
.tabset>input:focus+label {
    color: #06c;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after{
    background: #06c;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid var(--headerGray);;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px;
    border-top: 1px solid #ccc;
}

/*Demo purposes only*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    /*padding: 30px;*/
}

.tabset {
    margin: 40px 0;
    border: 1px solid #ccc;
}


@media screen and (min-width: 320px) and (max-width: 768px){
    .mw-header-desktop{
        height: 70px;
    }

    article .contest{
        flex-direction: column;
    }

    article .contest .contest-image, article .contest .contest-description, article .contest .contest-share{
        width: 100%;
    }

    article .contest .contest-description{
        padding: 20px 0 0 0;
    }

    article .contest .contest-share{
        margin-top: 25px;
    }
}
