/* Borda branca separando seções principais */
#wrapper > section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#wrapper > section:last-of-type {
	border-bottom: none;
}

/* Borda branca entre cards de Sobre Mim */
#one > section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#one > section:last-of-type {
	border-bottom: none;
}

/* Borda branca entre cards de Projetos */
#three > section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#three > section:last-of-type {
	border-bottom: none;
}

/* Imagens padronizadas nos spotlights */
#one .image img,
#three .image img,
#one section .image img,
#three section .image img {
	object-fit: cover !important;
	object-position: center center !important;
	height: 100% !important;
	width: 100% !important;
}

/* Texto padronizado nos projetos */
#three p,
#three li {
	font-size: 0.85em !important;
}

/* Overflow nos projetos */
#three {
	overflow-x: hidden !important;
}

/* Último card de habilidades sozinho na linha ocupa largura total */
#two .features section:last-child:nth-child(odd) {
	width: 100%;
}

/* Imagem de agradecimento na seção de Contato */
.contact-thanks-image {
	max-width: 100%;
	height: auto;
}
