.animation-quote-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.animation-quote-line{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;

}

.animation-quote-content{
  padding: 4vw;
  position: relative;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.animation-quote-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  flex-shrink: 0;
  z-index: 10;
}


.circle-quote-1{
  position: absolute;
  width: 65vw;
  height: 40vw;
  border: 1px solid #21212180;
  border-radius: 9999px;
}

.circle-quote-2{
  position: absolute;
  width: 62vw;
  height: 37vw;
  border: 1px solid #21212180;
  border-radius: 9999px;
}



.animation-quote-img{
  width: 59vw;
  height: 34vw;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}

.animation-quote-img img{
  position: absolute;
  inset: 0;
  z-index: -10;
  object-fit: cover;
  border-radius: 9999px;
}

.animation-quote-star{
  display: flex;
  gap: 1px;
}

.animation-quote-star svg{
  width: 16px;
  height: 16px;
  color: #fff;
}

.animation-quote-text{
  max-width: 80%;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}

.animation-quote-link{
  max-width: 80%;
  font-size: 14px;
  line-height: 20px;
}

.animation-quote-link a{
  color: #fff;
  text-decoration: underline !important;
}

.animation-quote-image{
  position: absolute;
  top: 27%;
  width: 48vw;
  margin-top: 32px;
  justify-self: center;
  z-index: 10;
}

@media (max-width: 1024px) {
  .animation-quote-text{
    font-size: 3vw;
    line-height: 4.5vw;
    margin: 0;
  }

  .animation-quote-img{
    gap: 8px;
    padding-top: 20px;
  }
}

@media (max-width: 760px) {
  .circle-quote-1{
      height: 102vw;
  }

  .circle-quote-2{
    height: 98vw;
  }

  .animation-quote-img{
    height: 94vw;
  }

  .animation-quote-img img{
    height: 100% !important;
  }

  .animation-quote-image{
    top: 42%;
    width: 80vw;
  }

  .animation-quote-text{
    font-size: 3vw;
    line-height: 4vw;
  }
}