.text-justify {
    text-align: justify;
}

/* Margins */
@media (min-width: 768px) {
    .me-md-20px {
        margin-right: 20px !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }   
}

/* Popup YouTube */
.popup-youtube {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}
.popup-youtube:hover {
    text-decoration: none !important;
}