#videoYT {
    margin-bottom: 10vh;
}

.checkbox-intro {
    background-color: #F16625;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.checkbox-intro .fa-check {
    font-size: 1.5rem;
}