figcaption {
	margin-left: 15px;
}
blockquote {
	background-color: #ebebeb;
	padding: 10px;
	border-radius: 5px;
}

.carousel-pic-gb {
	border: 2px solid #eaeaea;
	border-radius: 10px;
	margin-right: 10px;
	max-height: 500px;
	object-fit: scale-down;
}

.carousel-pic {
	max-height: 500px;
	object-fit: scale-down;
}

.info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1em;
	margin-bottom: 1em;
}

.site-btn {
	border-radius: 6px;
	background-color: #2797ff;
	color: white;
	padding: 10px 20px;
}

.site-btn:hover {
	border-radius: 6px;

	text-decoration: none;
	cursor: pointer;
	color: white;
	background-color: #2389e8;
}

.project-btn {
	margin-top: 10px;
	border-radius: 50px;
	border: 1px solid #2389e8;
	float: right;
	padding: 8px 20px;
	margin-bottom: 50px;
	color: black;
	transition: 0.3s;
}

.project-btn:hover {
	text-decoration: none;
	background-color: #2389e8;
	color: white;
}

.last {
	margin-bottom: 50px !important;
}

.project-text {
	line-height: 1.65em;
}

.project-pic {
	margin-top: 50px;
	width: 100%;
	object-fit: cover;
	max-height: 500px;
	border-radius: 10px;
}

.project-name {
	font-weight: 900;
	margin-top: 12px;
	margin-bottom: 2px;
}

@media screen and (max-width: 465px) {
	.carousel-pic {
		object-fit: cover;
	}
	.info-row {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 2em;
	}
}
