.dom-titles {
    display:grid;
    grid-template-columns: repeat(2, 1fr);;
}

.dom-titles-video-section {
    background-color: rgb(0, 0, 0);
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.dom-titles-text-section {
    background-color: rgb(238, 255, 6);
    padding: 2rem;
    font-size: 1.2rem;
}

.dom-titles-text-section h1 {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 2rem;
}


