.vision {
  display: flex;
  color: white;
  text-align: center;
  padding: 6rem 0;
  position: relative;
}

.mission {
  display: flex;
  color: white;
  text-align: center;
  padding: 6rem 0;
  position: relative;
}

.member-benefit {
  display: flex;
  color: white;
  text-align: center;
  padding: 6rem 0;
  position: relative;
}

.vmb-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* animation-name: float;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; */
}

.vmb-img img {
  width: 70%;
  animation: shake 4s ease 0s infinite normal forwards;
}

.vmb-box {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.vmb-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.vmb-desc {
  width: 80%;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  font-weight: normal;
}

@keyframes shake {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

.line3-left {
  position: absolute;
  z-index: 999;
  /* border: 1px solid yellow; */
}

.line3-right {
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -2000px;
  /* border: 1px solid red; */
  width: 100px;
}

.blobpat-1 {
  position: absolute;
  right: -400px;
  top: -400px;
  z-index: -1;
}

.blobpat-3 {
  position: absolute;
  /* right: -400px; */
  left: 0px;
  top: -400px;
  z-index: 999;
}

@media (max-width: 576px) {
  .line3-left-member {
    display: block;
  }

  .vmb-general {
    display: flex;
    flex-direction: column;

    color: white;
    text-align: center;
    /* padding: 6rem 0; */
    padding: 4rem 0;
    position: relative;
  }

  .vmb-img {
    margin: 0 auto;
    width: 50%;
    display: flex;
    order: 1;
    align-items: center;
    justify-content: center;
    /* animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }

  .vmb-img img {
    width: 100%;
    animation: shake 4s ease 0s infinite normal forwards;
  }

  .vmb-box {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    order: 2;
  }

  .vmb-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .vmb-desc {
    padding: 0 4px;
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.14rem;
    font-weight: normal;
    /* border: 1px solid yellow; */
  }

  .line3-right {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -60px;
    width: 70%;
  }

  .line3-left {
    width: 70%;
    position: absolute;
    z-index: -1;
  }
}

@media (min-width: 577px) {
  .line3-left-member {
    display: block;
  }

  .vmb-general {
    display: flex;
    color: white;
    text-align: center;
    /* padding: 6rem 0; */
    padding: 4rem 0;
    position: relative;
  }

  .vmb-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }

  .vmb-img img {
    width: 80%;
    animation: shake 4s ease 0s infinite normal forwards;
  }

  .vmb-box {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .vmb-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .vmb-desc {
    padding: 0 16px;
    width: 90%;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.14rem;
    font-weight: normal;
    /* border: 1px solid yellow; */
  }

  .line3-right {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -60px;
    width: 70%;
  }

  .line3-left {
    width: 70%;
    position: absolute;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .line3-left-member {
    display: block;
  }

  .vmb-general {
    display: flex;
    color: white;
    text-align: center;
    /* padding: 6rem 0; */
    padding: 4rem 0;
    position: relative;
  }

  .vmb-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }

  .vmb-img img {
    width: 80%;
    animation: shake 4s ease 0s infinite normal forwards;
  }

  .vmb-box {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .vmb-title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }

  .vmb-desc {
    padding: 0 16px;
    width: 90%;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.14rem;
    font-weight: normal;
    /* border: 1px solid yellow; */
  }

  .line3-right {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -60px;
    width: 70%;
  }

  .line3-left {
    width: 70%;
    position: absolute;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .line3-left-member {
    display: none;
  }

  .vmb-general {
    display: flex;
    color: white;
    text-align: center;
    /* padding: 6rem 0; */
    padding: 4rem 0;
    position: relative;
  }

  .vmb-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }

  .vmb-img img {
    width: 80%;
    animation: shake 4s ease 0s infinite normal forwards;
  }

  .vmb-box {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .vmb-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .vmb-desc {
    padding: 0 16px;
    width: 90%;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    font-weight: normal;
    /* border: 1px solid yellow; */
  }

  .line3-right {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -60px;
    width: 70%;
  }

  .line3-left {
    width: 70%;
    position: absolute;
    z-index: -1;
  }
}
