.bg-beige {
	background-color: var(--accent-color-light);
}

.featured-companies {
	padding: 50px 0;
}

.featured-companies__title {
	margin: 0 auto 70px auto;
	text-align: center;
}

.featured-companies__buttons {
	margin: 20px auto 0 auto;
	text-align: center;
}

.featured-companies__subtitle {
	margin-top: 50px;
}

.featured-companies__subtitle p {
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5;
}

.featured-companies__subtitle p a {
	color: var(--text-color-dark);
	font-weight: bold;
}

.featured-companies-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
	row-gap: 30px;
}

.featured-company__image {
	text-align: center;
}

@media screen and (max-width: 992px) {
	.featured-companies-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.featured-company {
		width: 30%;
	}
}

@media screen and (max-width: 768px) {
	.featured-company {
		width: 40%;
	}
}