/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.otc-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	max-width: 1124px;
	margin-bottom: 150px;
	padding-top: 150px;
}

.p-title {
	font-size: 4em;
	margin-bottom: 30px;
}

.img-otc-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.img-otc {
	width: 30%;
	border-radius: 15px;
	border: 2.3px solid #948968;
	-webkit-box-shadow: 6px 6px 0px 0px rgb(147 136 104);
	box-shadow: 6px 6px 0px 0px rgb(147 136 104);
}

.info-otc {
	border-radius: 25px;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px 0 15px;
	background-color: #fdfddd;
}

.about-otc p {
	font-size: 1.7em;
	line-height: 1.8;
}

.otc-video {
	width: 65%;
	height: 400px;
}

.button-about-otc {
	padding: 20px 30px 20px 30px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	background-color: #399be4;
	color: aliceblue;
}

.a-button-about-otc {
	color: white;
	font-size: 1.7em;
}

@media screen and (min-width: 700px) {
	.p-title {
		font-size: 4em;
	}
}

@media (min-width: 300px) and (max-width: 400px) {
	.otc-video {
		width: 93%;
		height: 200px;
	}
}

@media (min-width: 400px) and (max-width: 450px) {
	.otc-video {
		width: 93%;
		height: 250px;
	}
}

@media (min-width: 450px) and (max-width: 550px) {
	.otc-video {
		width: 93%;
		height: 310px;
	}
}

@media (min-width: 550px) and (max-width: 700px) {
	.otc-video {
		width: 93%;
		height: 400px;
	}
}

@media screen and (max-width: 700px) {
	.info-otc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.img-otc {
		width: 45%;
	}

}

@media screen and (max-width: 550px) {
	.p-title {
		font-size: 2.5em;
	}

	.about-otc p {
		font-size: 1.2em;
	}

	.img-otc-block {
		gap: 10px;
	}
}