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

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

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

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


