
.the-wedding.section {
	background: #fbf9f3;
	border: none;
	z-index: 0;
}

.wedding-schedule {
	position: relative;
	height: 400px;
	max-height: 450px;
	max-width: 350px;
	padding: 10px;
	margin: 0 auto;
}
.wedding-schedule:before {
	content: '';
	display: block;
	background: url(../../img/bg-colors.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	left: 50%;
	z-index: -3;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .wedding-schedule-photo {
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.wedding-schedule .wedding-schedule-photo img {
	position: relative;
	width: 90%;
	border-radius: 6% 6% 0 0;
	z-index: 9999;
	height: 200px;
}
.wedding-schedule .wedding-schedule-background {
	position: absolute;
	background: url(../../img/bg-colors.webp);
	background-size: 100% 100%;
	width: 100%;
height: 90%;
    top: 40%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
/*.wedding-schedule .icon-heart-white-border {
	position: absolute;
	top: 34.7%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}*/
.wedding-schedule span {
	display: block;
}
.wedding-schedule .btn {
	border-radius: 20px;
	margin-top: 5px;
}
.wedding-schedule-infos h2{
	color:#000;
	font-size: 20px;
	font-weight: 600;
}
