.profile-info {
	margin-bottom: 25px;
}

.nosotros-img {
	width: 80%;
	max-width: 300px;
}

.profile-img-section {
	position: relative;
}

.profile-img-line {
	background-color: var(--secundary-color);
	height: 15px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.profile {
	text-align: center;;
}

.profile-title {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	color: var(--primary-color);
	font-family: 'Noto Sans', sans-serif;
}

.profile-details {
	font-style: 18px;
	font-weight: 500;
	line-height: 1.3;
	max-width: 450px;
	margin: 20px auto;
	padding: 10px;
}

.profile-btn {
	background-color: var(--primary-color);
	color: var(--text-color-inverse);
	border: none;
	font-size: 20px;
	padding: 0.5em 1em;
	border-radius: 7px;
	cursor: pointer;
}

.profile-btn:hover {
	filter: brightness(130%);
}

@media (min-width: 950px) {
	.profile-info {
	margin-bottom: 0px;
}
	.nosotros-img {
	width: 100%;
	max-width: 450px;
	transform: scaleX(-1);
}
	.profile {
	text-align: left;
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	align-items: center;
}
	.profile-title {
	font-size: 60px;
}
	.profile-details {
	font-style: 25px;
	margin: 30px 0;
}
	.profile-btn {
	font-size: 28px;

}

	

}

