.abouSectionImageWText {
  background: #f3f3ff;
  padding: 20px;
  border-radius: 12px;
  border: 12px solid #add8e682;
  /* mix-blend-mode: luminosity; */

  /* margin: 25px 0px; */
}
.aboutVideo .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abouSectionImageWText .img img {
  border-radius: 12px;
  /* padding: 20px 0; */
}
.abouSectionImageWText .aboutTextContainer {
  display: flex;
  width: 100%;
  height: 100%;
}
.abouSectionImageWText .aboutTextContainer .aboutText {
  margin: auto;
}
.abouSectionImageWText .aboutTextContainer .aboutText h2 {
  font-size: 26px;
  font-weight: bold;
  color: #010101;
}
.abouSectionImageWText .aboutTextContainer .aboutText .middleText {
  font-size: 14px;
  color: #010101;
  font-style: italic;
}
.abouSectionImageWText .aboutTextContainer .aboutText blockquote {
  color: #010101;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
}

/* haha testing */
.aboutVideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 999px) {
  .aboutVideo .container::before,
  .aboutVideo .container::after {
    position: absolute;
    width: 350px;
    height: 350px;
    content: "";
    border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
    background-image: linear-gradient(45deg, #ffd501c8, #add8e6bd);
    animation: vawe 5s linear infinite;
    z-index: 100;
  }
  .aboutVideo .container::before {
    top: -10%;
    right: -10%;
  }
  .aboutVideo .container::after {
    bottom: -10%;
    left: -15%;
  }
}

.aboutVideo .dots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aboutVideo .dots span {
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #ffd501c5, #add8e6ac);
  border-radius: 38% 62% 55% 45% / 32% 53% 47% 68%;
  animation: vawe 7s linear infinite;
  z-index: 100;
}
.aboutVideo .dots span:nth-child(1) {
  top: 10%;
  left: calc(100% - 360px);
  width: 75px;
  height: 75px;
}
.aboutVideo .dots span:nth-child(2) {
  top: 15px;
  left: 180px;
  width: 50px;
  height: 50px;
  border-radius: 38% 62% 33% 67% / 60% 53% 47% 40%;
  transform: rotate(90deg);
}
.aboutVideo .dots span:nth-child(3) {
  right: 180px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 38% 62% 55% 45% / 52% 53% 47% 48%;
}
.aboutVideo .dots span:nth-child(4) {
  bottom: 50px;
  left: 240px;
  width: 20px;
  height: 20px;
  border-radius: 38% 62% 55% 45% / 52% 53% 47% 48%;
}
.aboutVideo .dots span:nth-child(5) {
  right: 280px;
  bottom: 80px;
  width: 25px;
  height: 25px;
  border-radius: 38% 62% 55% 45% / 52% 53% 47% 48%;
}
.aboutVideo .dots span:nth-child(6) {
  top: 6%;
  left: calc(100% - 400px);
  width: 25px;
  height: 25px;
}

@keyframes vawe {
  20% {
    border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%;
  }
  40% {
    border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%;
  }
  60% {
    border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%;
  }
  80% {
    border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%;
  }
}
