.companies {
	display: block;
	margin: 40px 0;
}

.companies__header {
	margin: 20px 0;
}

.companies__title {
	display: block;
	margin: 0;
}

.companies__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.companies__item {
	display: inline-block;
	padding: 20px 0;
	width: 340px;
	white-space: normal;
	border-top: 1px #128CE6 solid;
}

.companies__item:nth-child(1),
.companies__item:nth-child(2) {
	border: none;
}

.companies__item-date {
	margin: 10px 0;
	font-size: 1em;
	font-weight: 500;
	color: #128CE6;
}

.companies__item-title {
	margin: 10px 0;
	font-size: 1em;
	font-weight: normal;
	transition: all 0.3s ease;
}

.companies__item-title:hover {
	text-decoration: none;
	color: #128CE6;
}

.companies__button {
	margin: 0;
}