.d25-aspect-boxs-area {
	background-color: #000;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.d25-aspect-boxs-area .container {
	max-width: 159rem;
}
.d25-aspect-boxs-titles h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
}
.d25-aspect-boxs-title-text {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 400;
	color: #f2f2f2;
	text-align: center;
}
.d25-aspect-boxs-items {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem;
}
.d25-aspect-box-item {
	width: calc(33.333% - 2.4rem);
	background: #222;
	padding: 6.7rem 3rem 3rem;
	border-radius: 1.5rem;
}
.d25-aspect-box-video {
	height: 24.4rem;
	position: relative;
	border-radius: .5rem;
	overflow: hidden;
}
.d25-aspect-box-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}
.d25-aspect-box-contents {
	margin-top: 8.6rem;
	background: rgba(217, 217, 217, 0.05);
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3.5rem;
	padding-bottom: 2.5rem;
}
.d25-aspect-box-contents .icon {
	display: flex;
}
.d25-aspect-box-contents h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.2rem;
	line-height: normal;
	color: #fff;
	margin-top: 1.8rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
    .d25-aspect-boxs-area {
        padding-top: 75px;
        padding-bottom: 73px;
    }
    .d25-aspect-boxs-titles h2 {
        font-size: 32px;
    }
    .d25-aspect-boxs-title-text {
        margin-top: 10px;
    }
    .d25-aspect-boxs-items {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .d25-aspect-box-item {
        width: 450px;
        max-width: 100%;
        padding: 15px;
        border-radius: 4px;
    }
    .d25-aspect-box-video {
        border-radius: 4px;
        height: 195px;
    }
    .d25-aspect-box-contents {
        margin-top: 45px;
        padding: 25px 15px;
        border-radius: 5px;
    }
    .d25-aspect-box-contents h3 {
        font-size: 20px;
        margin-top: 10px;
    }
}