p{
	font-family: "Poppins";
	font-size: 15px;
	font-style: italic;
	color: #403d42;
}

a{
	color: #403d42;
}

.block-img img{
	width: 225px;
	border-radius: 16px;
}

.caption{
	font-family: "Poppins";
	font-size: 22px;
}

.block-img img{
	width: 50%;
	aspect-ratio: 1/1;
}

.block-img p{
	width: 80%;
	margin: auto;
}