#sobre-nos{
	margin-top: 80px;
}

#sobre-nos img{
	height: 130px;
	width: 130px;
	margin-bottom: 5px;
}

#sobre-nos h2{
	font-size: 43px;
}

#sobre-nos h3{
	font-style: italic;
	margin-bottom: 1px;
	font-size: 30px;
}

#sobre-nos h4{
	font-size: 22px;
	margin-bottom: 1px;
}

#sobre-nos p{
	margin-top: 1px;
	font-size: 23px;
}

#codedev_section{
	margin-bottom: 110px;
}

#codedev_section p{
	width: 95%;
}

#solutions_examples_section{
	margin-bottom: 140px;
}

.solution_example{
	height: 140px;
	width: 85%;
	transition: 0.5s;
	display: flex;
}

.solution_example:hover{
	transform: scale(1.05);
}

.solution_example img{
	max-width: 110px;
	max-height: 110px;
	min-width: 110px;
	min-height: 110px;
	margin-left: 10px;
	margin-right: 15px;
	flex:1;
}

.solution_example div{
	height: 100%;
	align-content: center;
	flex:1;
}

#sobre-nos .solution_example div p{
	font-size: 19px;
	width: 95%;
}

@media screen and (max-width: 400px){
	#sobre-nos img{
		height: 80px;
		width: 80px;
	}

	#sobre-nos h2{
		font-size: 20px;
	}

	#sobre-nos h3{
		font-size: 18px;
		width: 85%;
	}

	#sobre-nos p{
		font-size: 14px;
	}

	#codedev_section{
		margin-bottom: 80px;
	}

	#codedev_section p{
		width: 95%;
	}

	#solutions_examples_section{
		margin-bottom: 80px;
	}

	.solution_example{
		height: 170px;
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 10px;
	}

	.solution_example:hover{
		transform: scale(1);
	}

	.solution_example img{
		max-width: 60px;
		max-height: 60px;
		min-width: 60px;
		min-height: 60px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.solution_example div{
		justify-items: center;
		height: 50%;
	}

	#sobre-nos h4{
		font-size: 14px;
	}

	#sobre-nos .solution_example div p{
		font-size: 11px;
	}
}

@media screen and (min-width: 401px) and (max-width: 930px){
	#sobre-nos{
	    margin-top: 100px;
	}
	
	#sobre-nos img{
		height: 95px;
		width: 95px;
	}
	
	#sobre-nos h2{
		font-size: 25px;
	}

	#sobre-nos h3{
		font-size: 21px;
		width: 85%;
	}

	#sobre-nos p{
		font-size: 16px;
	}

	#codedev_section{
		margin-bottom: 80px;
	}

	#codedev_section p{
		width: 95%;
	}

	#solutions_examples_section{
		margin-bottom: 80px;
	}

	.solution_example:hover{
		transform: scale(1);
	}

	.solution_example div{
		justify-items: center;
		height: 50%;
	}

	.solution_example img{
		max-width: 70px;
		max-height: 70px;
		min-width: 70px;
		min-height: 70px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (min-width: 401px) and (max-width: 559px){
	.solution_example{
		height: 190px;
		width: 95%;
		display: block;
		text-align: center;
		padding-top: 10px;
	}

	#sobre-nos h4{
		font-size: 15px;
	}

	#sobre-nos .solution_example div p{
		font-size: 12px;
	}
}

@media screen and (min-width: 560px) and (max-width: 724px){
	.solution_example{
		height: 220px;
		width: 70%;
		display: block;
		text-align: center;
		padding-top: 10px;
	}

	#sobre-nos h4{
		font-size: 17px;
	}

	#sobre-nos .solution_example div p{
		font-size: 14px;
	}
}

@media screen and (min-width: 725px) and (max-width: 930px){
	.solution_example{
		height: 100px;
		width: 95%;
		display: flex;
	}

	.solution_example div{
		height: 100%;
		flex:1;
	}

	.solution_example img{
		max-width: 70px;
		max-height: 70px;
		min-width: 70px;
		min-height: 70px;
		margin-left: 10px;
		flex: 1;
	}

	#sobre-nos h4{
		font-size: 16px;
		width: 95%;	
	}

	#sobre-nos .solution_example div p{
		font-size: 13px;
	}

	.solution_example:hover{
		transform: scale(1.05);
	}
}

@media screen and (min-width: 930px) and (max-width: 1153px){
	.solution_example{
		height: 120px;
	}
	
	.solution_example img{
		max-width: 80px;
		max-height: 80px;
		min-width: 80px;
		min-height: 80px;
	}

	#sobre-nos h4{
		font-size: 18px;
	}

	#sobre-nos .solution_example div p{
		font-size: 15px;
	}
}