.schedule-restaurant 
	.custom-container
		.row-eq-height
			.col-lg-4
				@include phone
					margin: 0
	.inner-container 
		background-image: url("../assets/images/home/back_ground_2.png") 
		background-position: center 
		background-repeat: no-repeat 
		background-size: cover 
		background-size: 1660px 323px 
		padding: 3% 0 
		text-align: center 
		.text-cont
			@include phone
				text-align: center
				padding: 0 1rem
		h2 
			font-size: 3rem 
			font-weight: 700 
			background: linear-gradient(109.31deg, #FFBD00 12.51%, #53A3ED 93.66%) 
			-webkit-background-clip: text 
			-webkit-text-fill-color: transparent 
			background-clip: text 
			text-fill-color: transparent 
			display: inline-block 
			margin-top: 1rem 
			@include desktop
				font-size: 2.5rem
		p  
			font-size: 1.5rem 
			margin-top: 1rem !important 
			line-height: 1.9rem 
			width: 75% 
			margin: 0 auto
			@include desktop
				font-size: 1.3rem 
			@include phone
				width: 100%
				line-height: 1.5
	.data-cont 
		padding: 20px 0 
		text-align: center 
		text-align: center 
		height: 100% 
		display: flex 
		flex-direction: column 
		justify-content: space-between 
		.data_title 
			font-size: 1.5rem
			margin: 0.7rem 0 0.5rem
		p  
			font-size: 1.3rem 
			line-height: 1.625rem 
			padding: 0.2rem 3rem 
			@include desktop
				font-size: 1.1rem
			@include phone
				line-height: 1.5
			@include tablet
				font-size: 1.5rem
		a   
			margin-top: 1.125rem 
			font-weight: 700 
			cursor: pointer
			font-size: 1.3rem 
			span 
				color: #FFBD00 
				padding-left: 3px 
				font-weight: 700 
				cursor: pointer 
	.row-eq-height 
		display: -webkit-box 
		display: -webkit-flex 
		display: -ms-flexbox 
		display: flex 
