h1::after {
	content: 'COMPANY';
}

.wrap {
	margin-bottom: 13.188vw;
}

p {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 3vw;
}

.row {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	border-bottom: 1px solid white;
}

.row.top {
	margin-top :2.778vw;
	border-top: 1px solid white;
}

.row .name {
	font-size: 1.25vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 15.75vw;
	background: #ADADAD;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row .text {
	font-size: 1.125vw;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.67;
	width: 54.25vw;
	margin-top: 0;
	padding: 0.969vw 1.75vw;
	background: #F2F2F2;
}

@media screen and (max-width: 780px) {
	
	.wrap {
		margin-bottom: 10.667vw;
	}
	
	p {
		font-size: 5.333vw;
		margin-top: 5.333vw;
	}
	
	.row {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 0;
		border-bottom: none;
		padding-top: 0.667vw;
		padding-bottom: 0.667vw;
	}
	
	.row.top {
		margin-top: 8vw;
		border-top: none;
	}
	
	.row .name {
		font-size: 5.333vw;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-left: 5.333vw;
		padding-top: 1.6vw;
		padding-bottom: 1.6vw;
	}
	
	.row .text {
		font-size: 4.8vw;
		width: 100%;
		margin-top: 0;
		padding: 4.133vw 5.333vw;
	}
}