.promo-who-btn {
	width: 100%;
	margin-left: 68px;
	margin-bottom: 30px;
	position: relative;
	height: 120px;
	border-radius: 5px;
	border: 1px solid;
	border-image: linear-gradient(0deg, #00C960 0%, #00AEEF 105.47%);
	border-image-slice: 1;
	padding-left: 45px;
	padding-right: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promo-who-btn__icon {
	position: absolute;
	left: -38px;
	display: flex;
	align-items: center;
	background: url('/img/iconx.png');
	width: 63px;
	height: 72px;
}

.promo-doc {
	margin-top: 50px;
}

.promo-doc__item {
	display: flex;
	flex-wrap: wrap;
}

.promo-who-btn__text {
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
}

.promo-who-btn .btn {
	margin-bottom: 0;
	color: #fff;
	background: linear-gradient(84.33deg, #00C960 0%, #00AEEF 105.47%);
	max-width: 128px;
	transition: 0.5s;
}

.promo-who-btn .btn:hover {
	background: #00C960;
	color: #fff;
}


@media (max-width: 560px) {
	.promo-who-btn {
		padding: 20px 28px 20px 70px;
		height: initial !important;
	}

	.promo-who-btn__icon {
		width: 45px;
		height: 50px;
		background-size: 45px;
		background-repeat: no-repeat !important;
		left: 11px;
	}

	.promo-who-btn__text {
		margin-bottom: 11px;
		text-align: left !important;
	}
}