.about-hero {
    width: 100vw;
    height: 620px;
    position: relative;
    overflow: hidden;
}
img{
	display:block;
}
.about-hero-bg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
}

.about-hero-content {
    position: relative;
	top: -6rem;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.about-hero-title {
   
height: 53px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 36px;
font-weight: 700;
letter-spacing: 0px;
line-height: 52.13px;
color: rgba(255, 255, 255, 1);
text-align: center;
margin:0 auto;
vertical-align: top;
;
}

.about-story {
    margin-top: -180px;
    position: relative;
    z-index: 10;
}

.about-story-container {
    max-width: 1200px;
    margin: 0 auto;
   
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 400px);
    gap: 0;
}

.story-item {
    background-color: #1a1a1a;
    overflow: hidden;
	 width: 600px;
height: 400.09px;
}

.story-text-1 {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.story-text-1 h3 {
  

height: 35px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
line-height: 34.75px;
color: rgba(214, 18, 32, 1);
text-align: left;
vertical-align: top;
margin-bottom:18px;
}

.story-text-1 p {
  
width: 440px;
height: 116px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(255, 255, 255, 1);
text-align: left;
vertical-align: top;

}

.story-text-1 p:first-of-type {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.story-img-1 {
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.story-img-2 {
    background-size: cover;
    background-position: center;
}

.story-text-2 {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-text-2 h3 {
   
c
height: 35px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
line-height: 34.75px;
color: rgba(255, 255, 255, 1);
text-align: left;
vertical-align: top;

}

.story-stats {
    display: flex;

    gap: 60px;
}

.story-stat {
    display: flex;
    flex-direction: column;
}

.story-stat .stat-value {
   	margin:24px 0;
height: 53px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 36px;
font-weight: 500;
letter-spacing: 0px;
line-height: 52.13px;
color: rgba(214, 18, 32, 1);
text-align: left;
vertical-align: top;

}

.story-stat .stat-label {
  
height: 29px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(255, 255, 255, 1);
text-align: justify;
vertical-align: top;

}

.about-future {
margin:50px 0 80px;
}

.about-future-container {
    width: 1200px;
    margin: 0 auto;
  
}

.future-content {
    display: flex;
    height: 600px;
}

.future-text {
    width: 600px;
    height: 600px;
    background-color: #1a1a1a;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.future-text h3 {
   margin-bottom:18px;
width: 202px;
height: 35px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
line-height: 34.75px;
color: rgba(214, 18, 32, 1);
text-align: left;
vertical-align: top;

}

.future-text p {
   
width: 374px;
height: 87px;
opacity: 1;
text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
/** 文本1 */
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(255, 255, 255, 1);
text-align: left;
vertical-align: top;

}

.future-text p:first-of-type {
    color: #fff;
    font-weight: 400;
}

.future-image {
    width: 600px;
    height: 600px;
    background-image: url('');
    background-size: cover;
    background-position: center;
}
