.mobile-app 
	.inner-container 
		width: 70%
		margin: 0 auto
		text-align: center 
		@include phone
			width: 100%
			padding: 0 1rem
		@include tablet
			width: 100%
			padding: 0 2rem
		h2 
			font-size: 3.5rem 
			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
			margin-bottom: 1.5rem 
			@include desktop
				font-size: 2.5rem
		p   
			font-size: 1.5rem 
			padding: 0 
			@include desktop
				font-size: 1.3rem
		.img_cont 
			img 
				width: 70% 
	.video_cont 
		margin-top: 4rem 
		video 
			width: 100%
			border-radius: 1.125rem 
			position: relative 
			z-index: 1 
		
.video-gradient 
	position: absolute 
	height: 100% 
	width: 100% 
	top: 0 
	background: linear-gradient(109.31deg, #FFBD00 12.51%, #53A3ED 93.66%) 
	left: 0 
	filter: blur(25px) 
	top: 5px 
.mobile-app 
	.video_heading 
		font-weight: bold 
		margin-top: 1.2rem 
		font-size: 2rem
		@include desktop
			font-size: 1.8rem
