.fl-about {
	background-color: #FAFAFA;
	padding: 80px 0 50px;
}

.fl-about .container {
	max-width: 1370px;
}

.fl-about__btn {
	padding: 30px 0;
	text-align: center;
}

.fl-about__btn .btn--default {
	background: linear-gradient(to left, #000000 50%, #009BE8 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}

.fl-about__btn .btn--default::after {
	margin-left: 11px;
}

.fl-about__btn .btn--default:hover {
	background-position: left bottom;
	box-shadow: 0px 0px 20px 0px rgba(0, 155, 232, 1);
}

.fl-about .section__header {
	margin-bottom: 70px;
}

.fl-about .section__header .section__content {
	margin-top: 40px;
	text-align: left;
}

.fl-about .section__header .section__content.html-content > * {
	margin-bottom: 26px;
}

.fl-about .section__header .section__content.html-content > *:last-child {
	margin-bottom: 0;
}

.fl-about__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl-about__item {
	width: calc( 50% - 25px );
	margin: 0 0 30px;
	box-shadow: 0px 0px 18px 0px rgba(91, 91, 91, 0.15);
	padding: 50px 50px 40px 45px;
	border-radius: 20px;
}

.fl-about__item--top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 10px;
	margin-bottom: 45px;
}

.fl-about__item--img {
	width: 134px;
	height: 134px;
	border-radius: 100%;
	border: 3px solid #009BE8;
	padding: 4px;
	background: rgba(100, 148, 184, 0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.fl-about__item--img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 100%;
}

.fl-about__item--right {
	width: calc( 100% - 134px );
	padding-left: 26px;
	padding-top: 10px;
}

.fl-about__item--name {
	font-size: 30px;
	line-height: 1;
	font-family: var(--font-primary);
	font-weight: 700;
	color: #000;
	margin-bottom: 16px;
	text-align: left;
}

.fl-about__item--role {
	font-size: 22px;
	line-height: 28px;
	font-family: var(--font-primary);
	font-weight: 300;
	color: #000;
	margin-bottom: 16px;
}

.fl-about__item--soc {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 19px;
}

.fl-about__item--soc-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.fl-about__item--soc-item {
	width: 20px;
	height: 20px;
	margin: 0 20px 0 0;
	text-decoration: none !important;
	display: block;
}

.fl-about__item--soc-item:last-child {
	margin-right: 0;
}

.fl-about__item--soc-item img,
.fl-about__item--soc-item svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.fl-about__item--status {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2px 10px;
	background-color: #E4F4F1;
	border-radius: 10px;
}

.fl-about__item--status img,
.fl-about__item--status svg {
	width: 15px;
	height: 15px;
	display: block;
	object-fit: contain;
	margin-right: 6px;
}

.fl-about__item--status span {
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #819C97;
}

.fl-about__item--buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
}

.fl-about__item--buttons .btn--default {
	margin: 0 27px 20px 0;
	min-width: 248px;
	padding: 14.5px 23px;
}
.fl-about__item--buttons .btn--default::after {
	margin-left: 11px;
}

.fl-about__item--buttons .btn--default.without-arrow {
	padding: 12.5px 23px;
	border: 2px solid #6494B8;
	color: #6494B8;
	background: linear-gradient(to left, transparent 50%, #009BE8 50%);
	background-size: 200% 100%;
	background-position: right bottom;
}
.fl-about__item--buttons .btn--default.without-arrow:hover {
	background-position: left bottom;
	border: 2px solid #009BE8;
	color: #fff;
}

.fl-about__item--buttons .btn--default.without-arrow::after {
	display: none;
}

.fl-about__item--buttons .btn--default:last-child {
	margin-right: 0;
}

.fl-about__item--content.html-content {
	font-weight: 600;
}

.fl-about__item--content.html-content > * {
	margin-bottom: 26px;
}

.fl-about__item--content.html-content > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.fl-about {
		padding: 50px 0 10px;
	}
	.fl-about .section__header .section__content {
		margin-top: 20px;
	}
	.fl-about .section__header .section__content.html-content > * {
		margin-bottom: 20px;
	}
	.fl-about .section__header {
		margin-bottom: 30px;
	}

	.fl-about__item {
		width: calc( 50% - 15px);
		padding: 30px 15px;
	}

	.fl-about__item--content.html-content > * {
		margin-bottom: 20px;
	}
	.fl-about__item--buttons {
		margin-top: 30px;
	}
	.fl-about__item--buttons .btn--default {
		min-width: 200px;
	}
	.fl-about__item--name {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.fl-about__item--role {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.fl-about__item--top {
		margin-bottom: 20px;
		padding-left: 0;
	}

	.fl-about__item--right {
		padding-left: 15px;
		padding-top: 0;
    	width: calc(100% - 110px);
	}

	.fl-about__item--img {
		width: 110px;
		height: 110px;
	}

	.fl-about__btn {
		padding: 20px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.fl-about__item--name {
		font-size: 20px;
	}
	.fl-about__item--role {
		font-size: 16px;
	}
	.fl-about__item {
		width: 100%;
	}
}