.how-work-company-section {
	display: flex;
	flex-flow: column;
	margin: 32px 16px 0;

	@include desktop {
		position: relative;
		min-height: 413px;
		align-self: center;
		margin: 80px 0 0;
		width: calc(100% - 32px);
		max-width: $width-desktop;
	}
}

.how-work-company-section__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;

	@include desktop {
		font-size: 38px;
		width: calc(100% - 555px - 80px);
		margin-top: auto;
	}
}

.how-work-company-section__video-wrapper {
	display: flex;
	border-radius: 28px;
	background-color: $color-black;

	@include mobile {
		margin-top: 16px;
		aspect-ratio: 41 / 25;
	}

	@include desktop {
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 32px;
		height: 413px;
		width: 100%;
		max-width: 555px;
	}
}

.how-work-company-section__video-play-btn {
	width: 49px;
	height: 49px;
	margin: auto;
	color: $color-white;

	@include desktop {
		width: 61px;
		height: 61px;
	}

	svg {
		width: 100%;
		height: 100%;
	}
}

.how-work-company-section__text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 150%;

	@include desktop {
		width: calc(100% - 555px - 80px);
		font-size: 16px;
		margin-top: 20px;
	}
}

.how-work-company-section__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 16px;
	padding: 0px 18px;
	border-radius: 14px;
	background-color: $color-green;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: $color-white;
	box-sizing: border-box;

	@include desktop {
		align-self: flex-start;
		margin-top: 40px;
		margin-bottom: auto;
		min-height: 64px;
		padding: 0px 24px;
		border-radius: 16px;
		font-size: 16px;
		line-height: 18px;
	}
}
