/* collage-circle-template */
.handbook-wrapper .collage-circles {
  overflow: hidden;
}

.handbook-wrapper .collage-circles p {
  text-align: center;
}

.handbook-wrapper .collage-circles .circles-wrapper img {
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  object-fit: cover;
}

.handbook-wrapper .collage-circles .circles-wrapper img:nth-child(1) {
  left: -30px;
  top: -30px;
  width: 270px;
  height: 270px;
}
.handbook-wrapper .collage-circles .circles-wrapper img:nth-child(2) {
  right: -45px;
  top: -59px;
  width: 400px;
  height: 400px;
}
.handbook-wrapper .collage-circles .circles-wrapper img:nth-child(3) {
  width: 300px;
  height: 300px;
  left: -30px;
  bottom: 60px;
}

.handbook-wrapper .collage-circles .circles-wrapper img:nth-child(4) {
  width: 270px;
  height: 270px;
  right: -40px;
  bottom: -40px;
} 

@media screen and (max-width: 768px) {
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(1) {
    width: 170px;
    height: 170px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(2) {
    width: 220px;
    height: 220px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(3) {
    width: 200px;
    height: 200px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(4) {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(2) {
    width: 120px;
    height: 120px;
    right: -20px;
    top: -28px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(3) {
    width: 120px;
    height: 120px;
    bottom: -20px;
    left: -20px;
  }
  .handbook-wrapper .collage-circles .circles-wrapper img:nth-child(4) {
    width: 115px;
    height: 115px;
    bottom: -22px;
    right: -5px;
  }
}
/* end-collage-circle-template */
