.sobre-main {
	display: flex;
	flex-direction: column;
	margin: 100px 10% 100px 10%;
	place-items: center;
	place-content: center;
	gap: 30px;
}


.sobre-main h2{
	font-size: 25pt;
	margin: 0;
	font-family: var(--supportFont);
	margin-bottom: 15px;
}

.sobre-mid h2:first-child{
	font-size: 25pt;
	margin: 0;
	font-weight: bolder;
	color: var(--darkBlue);
}

.sobre-mid > h2:first-child{
	font-size: 45pt;
	margin: 0;
	font-weight: bolder;
	color: var(--darkBlue);
}

.sobre-mid-text {
	width: 50%;
}

.sobre-intro {
	width: 75%;
	display: flex;
	place-items: start;
	place-content: center;
	background-color: white;
	padding: 60px;
	gap: 50px;
	border-radius: 12px;
}

.sobre-intro-text {
	display: flex;
	flex-direction: column;
	width: 50%;
	color: var(--darkBlue);
}
.sobre-intro img{
	width: 50%;
	border-radius: 8px;
}



/* mid */

.sobre-mid {
	width: 75%;
	display: flex;
	flex-direction: column;
	margin: 0 10% 100px 10%;
	place-items: center;
	place-content: center;
	gap: 30px;
	background-color: white;
	padding: 60px;
	border-radius: 12px;
}

.sobre-mid-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 50px;
	place-items: center;
}

.sobre-mid-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 50px;
	place-items: center;
}

.reverse {
	flex-direction: row-reverse;
	text-align: end;
}

.sobre-mid-container img {
	width: 50%;
	height: 300px;
	border-radius: 8px;
	object-fit: cover;
}

/* Sobre Media Query */

/* For hpd notebooks */
@media only screen and (min-width: 1040px) and (max-width: 1440px) {
	.sobre-main, .sobre-mid {
		margin: 100px 0 100px 0;
	}

	.sobre-main h2{
		margin-top: 0px;
	}


}

@media only screen and (min-width: 1040px) and (max-width: 1120px) {
	.sobre-main {
		display: flex;
		margin: 100px 10% 100px 10%;
		place-items: center;
		place-content: center;
	}

	.sobre-mid {
		margin: 100px 0 100px 0;
	}

	.sobre-intro {
		width: 80%;
		display: flex;
		flex-direction: column;
		place-items: center;
		place-content: center;
		background-color: white;
		padding: 60px;
		gap: 50px;
		border-radius: 12px;
	}

	.sobre-intro-text {
		display: flex;
		flex-direction: column;
		width: 80%;
		color: var(--darkBlue);
	}
	.sobre-intro img{
		width: 80%;
		border-radius: 8px;
	}
}

/* For tablets */
@media (max-width: 1039px) {


	.sobre-main {
		display: flex;
		margin: 100px 10% 100px 10%;
		place-items: center;
		place-content: center;
	}

	.sobre-intro {
		width: 80%;
		display: flex;
		flex-direction: column;
		place-items: center;
		place-content: center;
		background-color: white;
		padding: 60px;
		gap: 50px;
		border-radius: 12px;
	}

	.sobre-intro-text {
		display: flex;
		flex-direction: column;
		width: 100%;
		color: var(--darkBlue);
	}

	.sobre-intro img{
		width: 100%;
		border-radius: 8px;
	}

	.sobre-mid {
		width: 80%;
	}

	.sobre-mid h2 {
		font-size: 25pt;
	}
}

/* For portrait-oriented tablets */
/* @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { } */

/* For tablets */
/* @media only screen and (min-width: 481px) and (max-width: 768px) { } */

/* For smartphones */
@media only screen and (max-width: 660px) {

	.sobre-main {
		display: flex;
		margin: 50px 0 100px 0;
		place-items: center;
		place-content: center;
	}

	.sobre-intro {
		width: 90%;
		display: flex;
		flex-direction: column;
		place-items: center;
		place-content: center;
		background-color: white;
		padding: 30px;
		gap: 50px;
		border-radius: 12px;
		margin-top: 120px;
	}

	.sobre-intro-text {
		display: flex;
		flex-direction: column;
		width: 100%;
		color: var(--darkBlue);
	}

	.sobre-intro-text h2 {
		margin-top: 0;
	}

	.sobre-intro img{
		width: 100%;
		border-radius: 8px;
	}

	.sobre-mid {
		width: 90%;
		padding: 30px;
	}

	.sobre-mid-text {
		width: 100%;
	}

	.sobre-mid-container {
		flex-direction: column;
	}

	.sobre-mid img{
		width: 100%;
		border-radius: 8px;
	}


}
/* For mini smartphones */
@media only screen and (max-height: 700px) { }

/* For high-resolution (Retina) screens */
/* @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { } */
