﻿.dicas {
	width: 75%;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: column;
}
.dicas img{
	height: 53px;
	width: 53px;
	padding: 9px;
	border-radius: 22px;
	text-align: center;
	line-height: 48px;
	border: 2.5px solid #e1e1e1;
}

.dicas h1 {
	width: 100%;
	margin: 0 0 0 10px;
	padding: 30px 0;
	font: 700 36px/35px 'Bastia';
	text-transform: capitalize;
}

.dicas h2 {
	margin: 20px 8px;
	padding: 0;
	font: 700 24px/34px 'Bastia';
}

.dicas p {
	margin: 10px 0;
	padding: 0;
	font: 400 14px/18px "Avenir LT Std", sans-serif;
	letter-spacing: 0.7px;
}

.retorno {
	margin: 20px 0 0 5px;
	font-size: 14px;
	color: #555;
	width: fit-content;
}
.retorno span:last-child{border-bottom: 1px solid;}