.testimonials {
  padding: 15vw 0;
  background-color: var(--foe-color-two);
  background-image: url('/wp-content/uploads/2021/12/Group-533.png');
  background-size: 80% auto;
  background-position: 10% 100%;
  background-repeat: no-repeat;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.testimonials .test-container {
  width: 100%;
  padding: 0 5%;
}

.testimonials .test-dot-container {
  position: absolute;
  top: 350px;
  left: 15vw;
}

.testimonials .test-dot-container .test-dot {
  border: none;
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 7px;
  cursor: pointer;
  background-color: var(--foe-color-four);
}

.testimonials .test-dot-container .test-dot--active {
  background-color: var(--foe-color-one);
}

.testimonials .test-prev-arrow,
.testimonials .test-next-arrow {
  display: block;
  position: absolute;
  top: 347px;
  right: calc(15vw + 50px);
  height: 40px;
  width: 40px;
  background-image: url('../../img/left-arrow-white.png');
  background-size: cover;
  cursor: pointer;
  border: 2px solid var(--foe-color-two);
  border-radius: 50rem;
  transition: border-color 0.3s ease;
}

.testimonials .test-next-arrow {
  right: 15vw;
  background-image: url('../../img/right-arrow-white.png');
}

.testimonials .test-prev-arrow:hover,
.testimonials .test-prev-arrow:focus,
.testimonials .test-prev-arrow:active,
.testimonials .test-next-arrow:hover,
.testimonials .test-next-arrow:focus,
.testimonials .test-next-arrow:active {
  border-color: #ffffff;
}

.testimonials .test-container {
  position: absolute;
  display: block;
  height: 500px;
}

.testimonials p {
  color: white;
  text-align: center;
}

.testimonials .test-content p {
  color: white;
  font-size: 20px;
  font-family: 'freight-text-pro', serif;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .testimonials {
    padding: 10vw 0;
    background-size: 60% auto;
    background-position: 140% 100%;
  }

  .testimonials .test-container {
    padding: 0 10%;
    transition: all 0.3s ease;
  }

  .testimonials .test-content p {
    font-size: 26px;
  }

  .testimonials .test-dot-container {
    top: 300px;
  }

  .testimonials .test-prev-arrow,
  .testimonials .test-next-arrow {
    top: 297px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .testimonials {
    background-size: 40% auto;
    background-position: 110% 100%;
  }

  .testimonials .test-container {
    padding: 0 15%;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .testimonials {
    padding: 5vw 0;
    background-size: 30% auto;
    background-position: 115% 100%;
  }

  .testimonials .test-container {
    padding: 0 25%;
  }

  .testimonials .test-content p {
    font-size: 30px;
  }
}
