.details-v2 {
	padding: 74px 0 40px;
	border-bottom: 1px solid black;
}
.details-v2 .title-flex {
	max-width: 999px;
	display:flex;
	justify-content: space-between;
	margin: 0 auto;
}
.details-v2 .title-flex .left {
	width: 60%;
}
.details-v2 .title-flex .right .dot {
	margin: 6px 0 0 15px;
}
.details-v2 .title-flex h5 {
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	letter-spacing: 0.044rem;
	text-transform: uppercase;
	margin: 0 0 9px;
}
.details-v2 .title-flex p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	margin: 0 0 40px;
}
.details-v2 ul {
	max-width: 999px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	list-style: none;
}
.details-v2 ul li {
	width: 317px;
}
.details-v2 ul li img{
	width: 100%;
	height: 443px;
	object-fit: cover;
}
.details-v2 ul li h5 {
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin: 14px 0 8px;
}
.details-v2 ul li p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
}
@media all and (max-width:1080px) {
	.details-v2 .title-flex, .details-v2 ul {
		max-width: 95%;
	}
	.details-v2 ul li {
		width: 31%;
	}
}
@media all and (max-width:768px) {
	.details-v2 .title-flex h5 {
		width: 60%;
		max-width: 221px;
	}
	.details-v2 .title-flex {
		flex-direction: column-reverse;
	}
	.details-v2 .title-flex .left {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.details-v2 {
		padding: 40px 0;
	}
	.details-v2 ul li {
		width: 100%;
		max-width: 317px;
		margin: 0 auto;
	}
	.details-v2 ul {
		display: block;
	}
	.details-v2 .title-flex .right{
		display: flex;
		justify-content: flex-end;
	}
}