/*================================================
Restaurant App Download Style
==================================================*/
.restaurant-app-download-content h2 {
	font-size: 40px;
	margin-bottom: 25px;
	color: #fff;
}
.restaurant-app-download-content h2 span {
	color: var(--optionalColor);
}
.restaurant-app-download-content .restaurant-app-download-btn {
	margin-top: 32px;
}
.restaurant-app-download-content .restaurant-app-download-btn .mr-30 {
	margin-right: 30px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .restaurant-app-download-content {
		margin-bottom: 30px;
		text-align: center;
	}
	.restaurant-app-download-content h2 {
		font-size: 30px;
		margin-top: -5px;
	}
	.restaurant-app-download-content .restaurant-app-download-btn {
		margin-top: 15px;
	}
	.restaurant-app-download-content .restaurant-app-download-btn .mr-30 {
		margin-right: 0;
		margin-bottom: 20px;
	}
   
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .restaurant-app-download-content {
		margin-bottom: 30px;
	}
	.restaurant-app-download-content h2 {
		font-size: 30px;
		margin-top: -5px;
	}
	.restaurant-app-download-content .restaurant-app-download-btn {
		margin-top: 15px;
	}
	.restaurant-app-download-content .restaurant-app-download-btn .mr-30 {
		margin-right: 20px;
		margin-bottom: 0;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .restaurant-app-download-content {
		margin-bottom: 30px;
		text-align: center;
	}
	.restaurant-app-download-content h2 {
		font-size: 30px;
		margin-top: -5px;
	}
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .restaurant-app-download-content .restaurant-app-download-btn .mr-30 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}