body {
	background: url(../images/bg-site.jpg) no-repeat 50% 0;
	background-size: cover;
	margin-top: 60px;

	font-family: "Libre Franklin", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

img {
	width: 240px;
	height: 225px;
}

#text-destiny {
	width: 100%;
	padding: 15px;
	background: url(../images/bg-text.png) repeat;
	margin-top: 3%;
}

#text-destiny span {
	color: #FFF;
	font-size: 1.125rem;
	letter-spacing: 8px;

	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

#text-destiny span:before,
#text-destiny span:after {
	width: 15px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	content: "";
	margin: 4px 0 0 -22px;
	background-size: cover;
}

#text-destiny span:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 17px;
}

a.btn {
	background-color: #FFF;
	color: #4D4D4D;
	font-size: 1rem;
	max-width: 230px;
	border: none;
	margin-bottom: 15px;
	padding: 15px 16px;
	transition: background-color 0.5s ease;
}

a.btn:hover {
	background-color: #FFF;
	color: #4D4D4D;
}

#body-button {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: end;
	margin-top: 5%;
	padding-bottom: 5%;
}

.desire__p {
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;

}

@media(max-width: 992px) {

	#text-destiny span:before,
	#text-destiny span:after {
		width: 12px;
		height: 13px;
		margin: 4px 0 0 -22px;
		background-size: cover;
	}

	#text-destiny span:after {
		margin-left: 12px;
	}

	#text-destiny,
	#body-button {
		margin-top: 10%;
	}

	#body-button {
		flex-direction: column;
	}

	body {
		height: 100vh;
	}
}

@media(min-width: 1680px) {
	body {
		margin-top: 145px;
	}
}