.fl-symptoms {
	padding: 80px 0;
}

.fl-symptoms .container {
	max-width: 1698px;
}

.fl-symptoms__block {
	background: linear-gradient(70.03deg, #E4F4F1 17.58%, #F1FAFF 92.65%);
	border-radius: 25px;
	box-shadow: 0px 0px 18px 0px rgba(41, 41, 41, 0.15);
	padding: 81px 11.5% 50px;
}

.fl-symptoms__block .section__header {
	margin-bottom: 40px;
}

.fl-symptoms__btn {
	padding: 30px 0;
	text-align: center;
}

.fl-symptoms__btn .btn--default {
	background: linear-gradient(to left, #000 50%, #009BE8 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}

.fl-symptoms__btn .btn--default::after {
	margin-left: 11px;
}

.fl-symptoms__btn .btn--default:hover {
	background-position: left bottom;
	box-shadow: 0px 0px 20px 0px rgba(0, 155, 232, 1);
}

.fl-symptoms__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.fl-symptoms__column.width100 {
	width: 100%;
}

.fl-symptoms__column {
	margin-bottom: 30px;
}

.fl-symptoms__column:first-child {
	width: calc( 55% - 28px );
}

.fl-symptoms__column:nth-child(2) {
	width: calc( 45% - 62px );
}

.fl-symptoms__title {
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
	color: #292929;
	font-family: var(--font-primary);
	margin-bottom: 30px;
}

.fl-symptoms__item {
	position: relative;
	padding-left: 33px;
	margin-bottom: 15px;
}

.fl-symptoms__item::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 4px;
	background-image: url('../../../flexible-post/img/symptoms.svg');
}

.fl-symptoms__item:last-child {
	margin-bottom: 0;
}

.fl-symptoms__list.right-listing .fl-symptoms__item {
	padding-left: 36px;
}

.fl-symptoms__list.right-listing .fl-symptoms__item::before {
	width: 18px;
	height: 18px;
	background-image: url('../../../flexible-post/img/causes.svg');	
}

@media screen and (max-width: 1400px) {
	.fl-symptoms__block {
		padding: 80px 50px 50px;
	}
	.fl-symptoms__column:first-child {
		width: calc( 50% - 30px);
	}
	.fl-symptoms__column:nth-child(2) {
		width: calc( 50% - 30px );
	}
}

@media screen and (max-width: 1199px) {

	.fl-symptoms__block {
		padding: 50px 15px 20px;
	}

	.fl-symptoms__column:first-child {
		width: calc( 50% - 15px);
	}
	.fl-symptoms__column:nth-child(2) {
		width: calc( 50% - 15px );
	}
	.fl-symptoms__block .section__header {
		margin-bottom: 30px;
	}

	.fl-symptoms__title {
		font-size: 24px;
		line-height: 32px;
	}
	.fl-symptoms {
		padding: 40px 0;
	}

	.fl-symptoms__btn {
		padding: 20px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.fl-symptoms__column {
		width: 100% !important;
	}
	.fl-symptoms__title {
		margin-bottom: 20px;
	}
	.fl-symptoms__item {
		margin-bottom: 10px;
		padding-left: 25px !important;
	}
}