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

a{
	color: #403d42;
}

.block-img img{
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 3/4;
}

.block-img .carousel{
	width: 50%;
	border-radius: 16px;
	/*aspect-ratio: 1/1;*/
	margin: auto;
}

.block-img .caption{
	font-family: "Hammersmith One";
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.block-img p{
	margin-bottom: 0;
	width: 75%;	
	margin: auto;
}

.text-center btn{
	margin: auto;
}
@media(max-width:780px) {
	.block-img{
		margin-bottom: 20px;
	}
	.block-img .carousel{
		width: 100%;
	}
}