.easy-to-use 
	.inner-container
		margin-top: 6rem
		h4  
			font-size: 2rem 
			font-weight: 700 
		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 
			@include desktop
				font-size: 2.5rem
		p 
			font-size: 1.5rem 
			margin-bottom: 1rem 

		h5   
			font-size: 1.5rem 
			margin-top: 1.8rem 
			margin-bottom: 1rem 
	.left-cont 
		justify-content: center 
		height: 100% 
		width: 90%
		margin: 0 auto
		margin-left: 0
		display: flex 
		flex-direction: column 
		@include desktop
			margin-left: auto
		@include phone
			width: 100%
			text-align: center
		@include tablet
			text-align: center
			width: 100%
