#nr_3_section{
    padding: 100px 0;
    background-color: rgb(211, 211, 211);
    background-image: radial-gradient(rgb(43, 160, 32), rgb(178, 201, 78));
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap:wrap
}
.nr_3_container{
    width: 750px;
    max-width: 90%;;
}
h3{
    font-size: 140%;
}
video{
    width: 750px;
    max-width: 90%;
    height: auto;
}

.nr_3_container h2{
    font-size: 80px
}
.nr_3_container p{
    text-align: justify;
    line-height: 175%;
}
@media(max-witdh: 800px){
    #dart_bar_section{
        padding: 50px 0;
    }
}
#nr_3_section h2{
    text-align: center;
    font-size: 4vw;
}