@media all and (min-width: 0px) and (max-width: 800px) {
	.get-started-bubble {
		width: 95% !important;
	}
	.get-started-bubble input {
		width: 200px;
	}
	.main-container {
		display: flex;
		flex-direction: column;
	}
	.main-container-left-header {
		margin-left: 30px;
		align-items: center;
    	display: flex;
    	flex-direction: column;
	}
	.main-container-left-header-main {
		font-size: 40px;
	}
	.main-container-left-header-sub {
		font-size: 30px;
	}
	.main-container-right {
		display: none;
		justify-content: center;
	}
	.professionals-section-image img {
		height: 120px;
		width: 140px;
	}
	.how-it-works-content-inner {
		flex-direction: column;
	}
	.how-it-works-section {
		margin-bottom: 40px;
	}
}

@media all and (min-width: 801px) and (max-width: 991px) {
	.main-container {
		display: flex;
		flex-direction: column;
	}
	.main-container-left-header {
		margin-left: 30px;
		align-items: center;
    	display: flex;
    	flex-direction: column;
	}
	.main-container-left-header-main {
		font-size: 40px;
	}
	.main-container-left-header-sub {
		font-size: 30px;
	}
	.main-container-right {
		display: none;
		justify-content: center;
	}
	.professionals-section-image img {
		height: 290px;
		width: 370px;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.main-container {
		display: flex;
		flex-direction: row;
	}
	.main-container-left-header {
		margin-left: 30px;
	}
	.main-container-left-header-main {
		font-size: 40px;
	}
	.main-container-left-header-sub {
		font-size: 30px;
	}
	.main-container-right {
		display: flex;
		justify-content: center;
	}
	.main-container-right img {
		height: 400px;
	}
	.professionals-section-image img {
		height: 400px;
		width: 480px;
	}
}

@media all and (min-width: 1201px) and (max-width: 1599px) {
	.main-container {
		display: flex;
		flex-direction: row;
	}
	.main-container-left-header {
		margin-left: 60px;
	}
	.main-container-left-header-main {
		font-size: 40px;
	}
	.main-container-left-header-sub {
		font-size: 30px;
	}
	.main-container-right {
		display: flex;
		justify-content: center;
		margin-right:100px
	}
	.main-container-right img {
		height: 400px;
	}
	.main-container-text {
		margin-left: 50px;
	}
	.professionals-section-image img {
		height: 400px;
		width: 480px;
	}
}

@media all and (min-width: 1600px) and (max-width: 8000px) {
	.main-container {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.main-container-left-header {
		margin-left: 100px;
	}
	.main-container-left-header-main {
		font-size: 50px;
	}
	.main-container-left-header-sub {
		font-size: 40px;
	}
	.main-container-right {
		display: flex;
		justify-content: center;
		margin-right:100px
	}
	.main-container-right img {
		height: 500px;
	}
	.main-container-text {
		margin-left: 50px;
	}
	.professionals-section-image img {
		height: 500px;
		width: 600px;
	}
}

.main {
	max-width: 2560px;
	display: flex;
	flex-direction: column;
}

.main-container-text {
	align-items: center;
	display:flex;
	flex-direction: column;
	color: black;
	font-size: 20px;
	margin-top: 70px;
	line-height: 26px;
	font-weight: 400;
}

.main-container-left {
	display: flex;
	flex-direction: column;
}

body {
	background-color:#FFFFFF;
}

.content {
	padding-bottom: 100px;
  	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	background-image: url("../../assets/images/gradients/gradient-6.jpg");
  	background-position: inherit;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.form-control {
	background-color:#EFEFEF;
	border:0;
}

.learn-more-link {
	display: inline-block;
	color: #FFFFFF;
}

.get-started-link {
	display: inline-block;
}

.black-button {
	font-size: 16px;
	background-color: black;
	padding: 3px 7px;
	border-radius: 4px;
	font-weight: 100;
}

a.black-button {
	color: #FFFFFF;
}

.how-it-works {
	background-color: #f0f0f0;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 150px 50px 50px 50px;
}

.how-it-works-title {
	font-size: 40px;
	margin-bottom: 0px;
}

.how-it-works-sub-title {
	font-size: 20px;
	margin-bottom: 40px;
	display: flex;
  	justify-content: center;
}

.how-it-works-content {
	display: flex;
	justify-content: center;
}

.how-it-works-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.how-it-works-section-image img {
	height: 300px;
	margin-bottom: 20px;
}

.how-it-works-section-title {
	font-size: 30px;
}

.how-it-works-section-description {
	padding: 0px 10px;
	font-size: 16px;
	max-width: 600px;
}

.professionals {
	background-color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 40px 20px 20px 10px;
	width: 100%;
}

.professionals-title {
	font-size: 40px;
	margin-bottom: 0px;
}

.professionals-sub-title {
	font-size: 20px;
	margin-bottom: 40px;
}

.professionals-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.professionals-section {
	display: flex;
	padding: 0px 20px;
	align-items: center;
	width: 100%;
	max-width: 1600px;
}

.professionals-section-image {
	display: flex;
	align-content: initial;
	padding: 0px 10px;
}

.professionals-section-title {
	font-size: 30px;
}

.professionals-section-inner {
	max-width: 360px;
}

.why-use {
	background-color: #f0f0f0;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 40px 50px 50px 50px;
}

.why-use-title {
	font-size: 40px;
	margin-bottom: 40px;
}

.why-use-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.why-use-section {
	display: flex;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.why-use-section-image{
	display: flex;
	align-content: initial;
	padding: 0px 10px;
}

.why-use-section-image img {
	height: 60px;
}

.why-use-section-title {
	font-size: 30px;
}

.why-use-section-inner {
	max-width: 360px;
}

.get-started-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px 0px;
}

.get-started-footer-title {
	font-size: 20px;
	text-align: center;
	margin: 0px 20px;
}