.descbanner {
	width: 80%;
	margin: 0 auto;
	box-shadow: 0 0 1vw #ccc;
}

.descbanner img {
	width: 100%;
}

.descbanner+article {
	width: 80%;
	margin: 0 auto;
	margin-top: 4vw;
	text-indent: 2em;
	line-height: 2.4vw;
	font-size: 1.25vw;
	color: #4c4c4c;
}

.banner {
	position: relative;
}

.banner>div {
	position: absolute;
	color: white;
	left: 6vw;
	font-size: 1.85vw;
	font-weight: 600;
	top: 10vw;
}

.banner>div>div:first-child {
	margin-bottom: 2vw;
}

.metricsagent>ul {
	display: flex;
	justify-content: center;
	gap: 2vw;
	margin-bottom: 4vw;
}

.metricsagent>ul>li {
	width: 26%;
}

.metricsagent>ul>li>div:first-child {
	width: 100%;
	box-shadow: 0 0 1vw #ccc;
	transition: all 1s;
}

.metricsagent>ul>li>div:first-child:hover {
	transform: translateY(-1vw);
	box-shadow: 1vw 1vw 1vw #ccc;
}

.metricsagent>ul>li>div:first-child img {
	width: 100%;
}

.metricsagent>ul>li>div:last-child {
	width: 100%;
	font-size: 1.15vw;
	color: #4d4d4d;
	padding-top: 2vw;
	text-align: center;
}
