.mission .section-top {
  margin-bottom: 1.125rem;
}
.mission .section-title::before {
  top: -0.59375rem;
  right: -1.8125rem;
  left: -2.5625rem;
  height: 3.85rem;
  -webkit-transform: rotate(3.16deg);
  -ms-transform: rotate(3.16deg);
  transform: rotate(3.16deg);
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 346 62" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M172.888 0.5C220.609 0.5 263.8 3.94603 295.05 9.5127C310.679 12.2968 323.297 15.607 331.995 19.2705C336.346 21.1031 339.688 23.0124 341.935 24.9678C344.184 26.9257 345.275 28.8762 345.275 30.7979C345.275 32.7194 344.184 34.6691 341.935 36.627C339.688 38.5823 336.346 40.4916 331.995 42.3242C323.297 45.9877 310.679 49.2989 295.05 52.083C263.8 57.6497 220.609 61.0957 172.888 61.0957C125.166 61.0957 81.9752 57.6497 50.7256 52.083C35.0967 49.2989 22.4788 45.9877 13.7803 42.3242C9.42909 40.4916 6.08698 38.5823 3.84082 36.627C1.59191 34.6692 0.500086 32.7194 0.5 30.7979C0.5 28.8762 1.59172 26.9257 3.84082 24.9678C6.08701 23.0124 9.42908 21.1031 13.7803 19.2705C22.4788 15.607 35.0967 12.2968 50.7256 9.5127C81.9752 3.94601 125.166 0.500004 172.888 0.5Z" stroke="white" /%3E%3C/svg%3E');
}
.mission__wrapper {
  padding: 8.75rem 0;
  background-color: rgba(197, 78, 28, 0.9);
}
.mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mission__text {
  font-size: max(1.5625rem, 12px);
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: justify;
  max-width: 53.125rem;
  width: 100%;
}
.mission__text > *:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.mission__logo {
  width: 12.8125rem;
  height: 11.3125rem;
  margin-right: 2.5rem;
  margin-top: 0.375rem;
}
.mission__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mission__bg {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid var(--black);
}
.mission__bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54%;
}
.mission__bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mission .section-top {
    margin-bottom: 60px;
  }
  .mission .section-title::before {
    top: -8px;
    right: -24px;
    left: -80px;
    height: 50.5px;
  }
  .mission__wrapper {
    padding: 188px 0 72px;
  }
  .mission__text {
    font-size: 18px;
  }
  .mission__text > *:not(:last-child) {
    margin-bottom: 23px;
  }
  .mission__bg {
    position: relative;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--black);
  }
  .mission__bg::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 54%;
  }
  .mission__bg > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*# sourceMappingURL=mission.css.map */
/*# sourceMappingURL=mission.css.map */