.heart {
  width: 100%;
}
.heart-text {
  position: relative;
  width: 100%;
  height: 20.625rem;
}
.heart-text-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.heart-text-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heart-video-info {
  position: relative;
  width: 100%;
  /* height: 48rem; */
  height: auto;
  display: inherit;
}
.heart-video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.heart-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heart-text-desc {
  min-width: 1180px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  z-index: 1;
}
.heart-text-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}
.heart-mission-bg {
  background-color: rgba(255, 255, 255, 0.9);
}
.heart-mission-desc {
  color: #242424;
}
.heart-mission-title {
  color: #D41B19;
}
.heart-wish-bg {
  background-color: rgba(212, 27, 25, 0.9);
}
.heart-wish-desc {
  color: #fff;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.heart-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.heart-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.heart-info {
  position: relative;
  width: 62.5rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px 0 50px 0;
  margin: 120px 0 230px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0;
}
.heart-info-title {
  font-size: 32px;
  font-weight: 600;
  color: #D41B19;
  line-height: 32px;
  margin-bottom: 20px;
}
.heart-info-item {
  max-width: 1000px;
  min-width: 800px;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 32px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.heart-info-item:last-child {
  margin-bottom: 0;
}
.heart-info-item-title {
  width: 100px;
  min-width: 100px;
  font-size: 24px;
  color: #D41B19;
  margin-right: 30px;
  text-align: center;
  margin-left: 100px;
}
.heart-info-item-text {
  width: 800px;
  text-align: left;
  padding-left: 30px;
  padding-right: 100px;
  border-left: 1px solid #D41B19;
}

.heart-idea {
  width: 100%;
  height: 330px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.heart-idea-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  .heart-text {
    height: 390px;
  }
  .heart-text-desc {
    min-width: 100%;
    padding: 0 20px;
  }
  .heart-video-info {
    height: 390px;
  }
  .heart-video-img {
    width: 78px;
    height: 78px;
  }
  .heart-info {
    width: calc(100% - 40px);
    margin: 60px 0;
    padding: 60px 0;
    border-radius: 20px 0px 20px 0px;
  }
  .heart-info-item {
    flex-direction: column;
    min-width: 100%;
  }
  .heart-info-item-title {
    width: auto;
    border-bottom: 1px solid;
    border-right: none;
    margin: 0;
    padding: 0;
  }
  .heart-info-item-text {
    min-width: 100%;
    width: var(--maxWidth);
    padding: 10px 40px;
    border: 0;
  }
  .pages-bg img {
    object-position: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
