@charset "UTF-8";

body {
	font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	background: rgb(35, 41, 91);
	background: linear-gradient(13deg, rgba(35, 41, 91, 1) 0%, rgba(186, 40, 46, 1) 100%);
}

.hero {
	padding-top: 120px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.custom-btn-primary {
	background-color: #23295b;
	color: #fff;
	min-width: 140px;
	min-height: 50px;
	border: 0;
	border-radius: 1rem;
}

.custom-btn-primary:hover {
	background-color: #ba282e;
	color: #000;
}

.preview-box {
	max-width: 368px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.preview-box img {
	border-radius: 6px;
}

.preview-box__media {
	transition: all ease .25s;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.preview-box__title {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

*+.preview-box__title {
	margin-top: 20px;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.preview-box:hover .preview-box__media {
		transform: translateY(-10px);
		transition: all ease .25s;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pur-sec {
	max-width: 700px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 50px 0;
}