h1{
    font-weight: 700;
}

h2{
    font-weight: 700;
    margin-bottom: 20px;
}

h3{
    font-weight: 400;
    margin: 10px 0;
}

.table-image img{
    width: 80%;
}

p{
    margin: 15px 0;
}

.regras-main-container{
    padding: 15px;
    min-height: 100vh;
}

.regras-main-container-body{
    padding-top: 20px;
}

.card-regras{
    padding: 15px;
    margin: 20px 0;

    padding: 16px;
    border-radius: 8px;
}

.table-image{
    padding: 0 20px;
}

.table-image img{
    margin-bottom: 20px;
}

/* JOGO RESPONSÁVEL */

.video-container{
    display: flex;
    justify-content: center;
	background-color: var(--cor-video-regras);
    
}






@media (min-width: 768px){
    .table-image{
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .table-image img{
        width: 35%;
    }
}


@media (min-width: 1200px){
    .regras-main-container{
        margin: 0 80px;
    }
}

@media (min-width: 1400px){
    .regras-main-container{
        margin: 0 160px;
    }
}