.schedule-creation 
	.custom-container-fluid
		padding: 0
	.inner-container 
		padding: 3% 0 
		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 
			text-align: left 
			@include desktop
				font-size: 2.5rem
			@include phone
				text-align: center
			@include tablet
				text-align: center
		p   
			font-size: 1.5rem 
			margin-top: 1.7rem 
			text-align: left 
			line-height: 1.9rem
			@include desktop
				font-size: 1.3rem 
		.img_cont 
			img 
				width: 100% 
		.text_cont 
			flex-direction: column 
			justify-content: center 
			height: 100% 
			width: 68%
			margin: 0 auto
			@include phone
				width: 100%
			@include tablet
				width: 90%
		p 
			font-size: 1.5rem 
			margin-top: 1.8rem 
			margin-bottom: 1rem 
.schedule-creation 
	.streamline_text
		padding-left: 2rem
		margin-top: 2rem 
		li 
			list-style: disc 
			margin-bottom: .5rem
			p 
				font-size: 1.5rem   
				margin: 0
				@include desktop
					font-size: 1.3rem
	.row
		margin: 0 !important
.cst-column-reverse
	@include phone
		flex-direction: column-reverse
.cst-column-reverse
	@include tablet
		flex-direction: column-reverse