/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.rpw-quotes-holder {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.rpw-quotes-holder .swiper-container {
  overflow-x: hidden;
  position: relative;
}

.rpw-quotes-holder .swiper-button-prev,
.rpw-quotes-holder .swiper-button-next {
  color: #52ae32;
  opacity: .5;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.rpw-quotes-holder .swiper-button-prev:hover,
.rpw-quotes-holder .swiper-button-next:hover {
  color: #52ae32;
  opacity: 1;
}

.rpw-quotes-holder .swiper-button-prev::after,
.rpw-quotes-holder .swiper-button-next::after {
  font-size: 24px;
}

.rpw-quote-arrow-holders {
  text-align: center;
  padding: 2rem 0;
}

.rpw-quote-image {
  text-align: center;
  margin-top: 2rem;
}

.rpw-quote-image img {
  width: 10rem;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.rpw-quotes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-align: center;
  color: #52ae32;
  font-weight: 500;
}

.rpw-quote-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  font-style: italic;
}

@media (max-width: 480px) {
  .rpw-quote-text {
    font-size: 1.2rem;
  }
}

.rpw-quotemark {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
}

@media (max-width: 480px) {
  .rpw-quotemark {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 10%;
  }
}

.rpw-quotemark img {
  width: 25%;
  height: auto;
}

@media (max-width: 480px) {
  .rpw-quotemark img {
    width: 100%;
    height: auto;
  }
}

.rpw-qm1 {
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .rpw-qm1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.rpw-qm1.loaded {
  transition: opacity 1s ease-in 1.5s !important;
}

.rpw-qm2 {
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .rpw-qm2 {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end;
  }
}

.rpw-qm2.loaded {
  transition: opacity 1s ease-in 2.5s !important;
}

.rpw-qm2 img {
  align-self: flex-end;
}

.rpw-quote {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}

@media (max-width: 480px) {
  .rpw-quote {
    width: 80%;
  }
}

.rpw-quote.loaded {
  transition: opacity 1s ease-in 2s !important;
}

