#img1 {
 max-width: 250px;
}

#video-box {
	width: 100%;
}

#video-box p, #video-box a {
	text-align: center;
}

#yt-video {
	width: 100%;
	aspect-ratio: 16/9;
}

iframe {
	border: 0;
}

@media screen and (min-width: 1000px){
	.sec-flex {
		display: flex;
		justify-content: space-between;
	}
	
	#sec1-p {
		max-width: 900px;
	}

	#sec2-p {
		/* max-width: 450px; */
		margin-right: 3rem;
		width: 50%;
	}

	#video-box {
		width: 50%;
	}

}