/* SECTION call */
#section-call {
	position: relative;
	min-height: 60vh;
	padding: 2rem 0;
	z-index: 1;
}

#section-call .flex-container {
	flex-direction: column;
}

#section-call h2 {
	font-size: 5rem;
	letter-spacing: 0.1rem;
	font-weight: 500;
}

#section-call .flex-container > div {
	display: flex;
}

#section-call a {
	margin: 0 0.4rem;
}

#section-call::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/backgrounds/picture-of-business-people-discussing-in-office.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	opacity: 0.21;
	z-index: -1;
}

#section-btn.subscribe::before {
	display: none !important;
}

#section-btn.talk {
	justify-content: center;
	text-align: center;
}

#section-btn.talk a {
	display: flex;
	justify-content: center;
	align-items: center;
}

#section-btn.talk a i {
	margin-right: 1rem;
}

#section-call .section-header h2::before,
#section-call .section-header h2::after {
	display: none;
}
#section-call .section-header h2 {
	color: var(--primary-color);
	font-size: 3.5rem;
	font-weight: bold;
}
#section-call .section-header p,
#section-call .section-header h3 {
	color: var(--light-color);
	font-weight: 300;
}
#section-call .section-header p {
	font-size: 1.8rem;
}

#section-call .section-header h2 {
	color: var(--primary-color);
}
