.home_mission {
  padding: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.home_intro_overlap_chain .home_mission {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home_mission_card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: 1320px;
  min-height: 564px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}

.home_mission_card.home_mission_card_no_media {
  grid-template-columns: minmax(0, 1fr);
}

.home_mission_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-width: 0;
  padding: 80px 60px;
  overflow: hidden;
  background: #dce4e5;
  text-align: center;
}

.home_mission_mark {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 744px;
  height: 750px;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: contain;
  pointer-events: none;
}

.home_mission_title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.home_mission_eyebrow {
  margin: 0;
  color: #aa2b21;
  font-size: 30px;
  font-variation-settings: "GRAD" -55, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 40, "opsz" 60;
  line-height: 0.9;
}

.home_mission_title h2 {
  margin: 0;
  color: #000000;
  font-size: 60px;
  font-weight: 600;
  font-variation-settings: "GRAD" -55, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 50, "opsz" 60;
  line-height: 1;
}

.home_mission_text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
}

.home_mission_text p {
  margin: 0;
}

.home_mission_button {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 61px;
  padding: 18px 40px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
}

.home_mission_media {
  position: relative;
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
  background: #dce4e5;
}

.home_mission_media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1100px) {
  .home_mission {
    padding: 40px;
  }

  .home_intro_overlap_chain .home_mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home_mission_content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home_mission_title h2 {
    font-size: 52px;
  }
}

@media (max-width: 800px) {
  .home_mission {
    padding: 40px 20px;
  }

  .home_intro_overlap_chain .home_mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home_mission_card {
    grid-template-columns: 1fr;
  }

  .home_mission_content {
    gap: 30px;
    padding: 60px 20px;
  }

  .home_mission_mark {
    left: 50%;
    width: 660px;
    height: 665px;
    transform: translate(-50%, -50%);
  }

  .home_mission_title h2 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .home_mission_text {
    font-size: 16px;
  }

  .home_mission_button {
    font-size: 16px;
    line-height: 22px;
  }

  .home_mission_media {
    min-height: 400px;
  }

  .home_mission_media img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center 38%;
  }
}

@media (max-width: 420px) {
  .home_mission_eyebrow {
    font-size: 26px;
  }

  .home_mission_title h2 {
    font-size: 42px;
  }
}
