.testimoni-container {
  background: #1560D6;
  color: white;
  padding: 48px 48px 102px 48px;
  position: relative;
}

.testimoni-container h3 {
  color: white;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

.testimoni-container .testimoni-carousel {
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 12px;
}

.testimoni-container .testimoni-carousel .item {
  flex: none;
  gap: 54px;
  margin-top: 34px;
  width: 100%;
}

@media (min-width: 768px) {
  .testimoni-container .testimoni-carousel {
    width: 657px;
  }

  .testimoni-container .testimoni-carousel .item {
    width: 657px;
  }
}

.testimoni-container .testimoni-carousel .item .description {
  background: white;
  padding: 24px;
  color: #718096;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border-radius: 20px;
}

.testimoni-container .testimoni-carousel .item .description h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-top: 34px;
}

.testimoni-container .testimoni-carousel .item img {
  width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
}

.testimoni-container .testimoni-carousel .owl-controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 50%);
}

.testimoni-container .testimoni-carousel .owl-controls .owl-nav {
  display: flex;
  gap: 144px;
}

.testimoni-container .testimoni-carousel .owl-controls .owl-nav .owl-prev,
.testimoni-container .testimoni-carousel .owl-controls .owl-nav .owl-next {
  border-radius: 99999px;
  background-color: white;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.testimoni-container .toppings {
  display: none;
}

@media (min-width: 768px) {
  .testimoni-container .toppings {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .testimoni-container .toppings #topping-1 {
    position: absolute;
    top: 94px;
    left: 104px;
  }
  
  .testimoni-container .toppings #topping-2 {
    position: absolute;
    bottom: 74px;
    left: 154px;
  }
  
  .testimoni-container .toppings #topping-3 {
    position: absolute;
    top: 94px;
    right: 218px;
  }
  
  .testimoni-container .toppings #topping-4 {
    position: absolute;
    bottom: 44px;
    right: 150px;
  }
  
  .testimoni-container .toppings #circle-1 {
    position: absolute;
    top: 248px;
    left: 103px;
  }
  
  .testimoni-container .toppings #circle-2 {
    position: absolute;
    bottom: 266px;
    left: 238px;
  }
  
  .testimoni-container .toppings #circle-3 {
    position: absolute;
    bottom: 255px;
    right: 262px;
  }
  
  .testimoni-container .toppings #circle-4 {
    position: absolute;
    top: 242px;
    right: 133px;
  }
}