.text-container{
	padding: 50px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
}
.text-container h2{
	letter-spacing: 0;
	margin: 30px 0 10px 0;
	font-size: 30px;
	font-weight: 700;
}
.text-container p{
	font-weight: 300;
}
#detail{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 0;
}
.detail-grid{
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 80px;
	align-items: center;
	padding: 80px 0;
}
.detail-img{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 150%;
}
.cover-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.detail-info{
	padding: 50px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	position: relative;
}
.detail-title{
	display: flex;
	flex-direction: column;
	margin: 0 0 30px 0;
	padding-right: 90px;
}
.detail-title h3{
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 5px 0;
}
.detail-title span{
	font-weight: 600;
	font-size: 18px;
	display: inline-flex;
}
.detail-info p{
	font-weight: 300;
	margin: 20px 0;
	line-height: 1.6;
}
.detail-info p:last-child{
	margin-bottom: 0;
}
.detail-title p{
	margin: 0;
}
.detail-contact{
	position: absolute;
	top: 50px;
	right: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
	grid-gap: 5px;
}
.detail-contact a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #EF2D56;
  color: #fff;
  border-radius: 100%;
}
.detail-contact a:hover{
  background-color: #191b1d;
  color: #fff;
}
.message-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1vw;
  width: 100%;
  height: 100%;
}
.message-logo{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.message-logo img{
  width: 200px;
}
.message-container .title{
  width: 100%;
  max-width: 720px;
}
.message-container .btn-link{
  margin-top: 30px;
}
.message-container .btn-mid{
  margin-top: 30px;
}
.contact-form{
	margin-top: 50px !important;
}
.contact-email{
  display: grid;
	grid-template-columns: 50px auto;
	grid-gap: 10px;
  align-items: center;
  justify-content: center;
	margin: 0 auto;
	text-align: center;
}
.contact-email i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #EF2D56;
	color: #fff;
}
.contact-email a{
  font-weight: 700;
}
.contact-email a:hover{
  color: #EF2D56;
}
.contact-email span{
  display: block;
  margin: 20px 0;
}
.contact-form{
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}