.content {
	width: 100%;
	height: calc(100vh - 3.5rem);
	padding-top: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: easeIn 1s ease-in forwards;
}
.aptitude {
    width: 73%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	animation: fallBounce1 0.5s cubic-bezier(0, 0, 0.265, 1.55) forwards;
}
.data {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item {
	width: calc((100% - 3rem) / 4);
	/* background: linear-gradient( 180deg, #010314 0%, #0C0E1F 100%); */
	border-radius: 1.25rem;
	border: 2px solid #F1F3F6;
	padding: 0.75rem;
}
.item-img {
	width: 100%;
	display: block;
	border-radius: 1rem;
}
.item-con {
	width: 100%;
	margin-top: 2.125rem;
}
.item-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-top-img {
	width: 1.5rem;
	display: block;
}
.item-title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #3C414D;
	margin: 0 0.5rem;
}
.item-text {
	width: 100%;
	text-align: center;
	/* padding: 0 0.875rem; */
	margin-top: 1.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #6C6F79;
	line-height: 1.75rem;
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
.aptitude {
	
}
@media (max-width: 1680px) {
	.aptitude {
		/* width: 72%; */
	}
}

@media (max-width: 1450px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 800px) {

}

@media (max-width: 520px) {

}