@import 'src/Components/GlobalStyles/colors';

.container {
	text-align: center;
	padding: 0 15px;

	.underline {
		display: flex;
		align-items: center;
		max-width: 337px;
		margin: auto;
		padding: 24px 0 24px;

		p {
			width: 100%;
			border-bottom: 1px solid $light-grey;
			margin: 10px 0 20px;
			line-height: 1px;

			span {
				font-style: normal;
				font-weight: 600;
				font-size: 24px;
				line-height: 26px;
				color: $font-grey;
				padding: 0 20px;
				background: #fff;
			}
		}
	}
}

@media (max-width: 576px) {
	.container {
		.underline {
			padding: 10px 0 15px;
		}
	}
}

.nextButton {
	margin-top: 50px;
}
