.empresa h2 {
	font-size: 3em;
	line-height: 2em;
	color: #545454;
	padding-top: 30px;
	padding-bottom: 15px;
}

.empresa p {
	font-size: 1.2em;
	line-height: 2em;
	padding-top: 15px;
	padding-bottom: 30px;
	letter-spacing: initial;
}

.empresa ul li {
	font-size: 1.25em;
	line-height: 2em;
	color: #545454;
}

.empresa ul li::before {
	content: "•"; /* Insert content that looks like bullets */
	padding-right: 15px;
	color: #545454; /* Or a color you prefer */
  }
  
  
@media only screen and (max-width: 787px) {
	.contato {
		padding: 0 10px;
	}
	.contato_form input {
		width: 95%;
	}
	
	.txt-area {
		width: 95%;
		height: 100px;
	   }
	   
}