.alinhar-divs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 7%;
    margin-right: 2%;
    margin-top: 40px;
}

h1, h3.video {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:1.5em;
}

.alinhar-video {
	margin-top: 60px;
	position:relative;
	top:50%;
	left: 35%;
}

video.video {
	margin-bottom: 80px;
	margin-top: 0;
}

a {
    text-decoration: none;
    color: #000;
}