#second {
	display: grid;
	justify-content: center;
	padding: 0 44px;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	max-width: 89.125rem;
	margin: 0 auto 2em auto;
	box-sizing: border-box;
	margin-top: 2em;
}

#second>.column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#second>.column:last-child {
	border-bottom: 0;
}

#second>.column>.title {
	font: 700 28px/38px 'Roboto', sans-serif;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
	margin: 0;
}

#second>.column>.title>span {
	border-bottom: 3px solid;
}

#second>.column>.news {
	list-style: none;
	padding: 0;
}

.footer-news {
	color: #73757F;
}

#second>.column>.news li {
	margin-bottom: 1rem;
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 0;
	min-height: 90px;
}

#second>.column>.news li:last-child {
	border-bottom: 0;
}

#second>.column>.news li a {
	text-decoration: none;
	color: black;
}

#second>.column>.news li a>.tag {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #5588FF;
}

#second>.column>.news li a>.title {
	font: 700 18px/24px 'Roboto', sans-serif;
	color: #1F2128;
	margin: 8px 0 0 0;
}

#second>.column>.news li a>.title:hover {
	text-decoration: underline;
}

#second>.column>.news li .author {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #73757F;
	margin-top: 8px;
}

#second>.column>.news li .author-inline {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #73757F;
	margin-top: 8px;
	display: inline;
}

.btn-seemore {
	background: #F05841;
	border: none;
	padding: 0;
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.btn-seemore:hover {
	background-color: #AF2E1D;
	cursor: pointer;
}

@media only screen and (max-width: 980px) {
	#second {
		grid-template-columns: auto;
		padding: 0 18px;
	}

	.btn-seemore {
		margin-bottom: 2em;
	}

	.recent-grid {
		padding: 0 0 44px 0;
	}
}
