.about-section{
	/*height: 61%;*/
	align-items: center;
	justify-content: center;
}

.about-section .inner-container h1{
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	/*color: #00bcd4;*/
}



/*
.about-section .inner-container h1::before{
	content: 'About ';
	margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    color: #46bd55;
    align-content: center;
}

.about-section .inner-container h1::after{
	content: 'Us';
	margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    align-content: center;
}*/

.about-section .inner-container{
	padding: 7% 0;
	/*color: #003366;*/
	display: block;
    max-width: 70%;
    margin: 0 auto;
    text-align: justify;
}

.about-section .inner-container .skills{
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    font-size: 16px;
}

@media(max-width: 500px){
	.about-section .inner-container{
		max-width: 80%;
	}
	.about-section .inner-container{
		padding: 10% 0;
	}
	.about-section .inner-container h1 {
		margin-bottom: 15px;
	}
	.about-section .inner-container p{
		font-size: 15px;
	}
}