.insurance-service {
  display: flex;
  padding: 20px 0px;
  flex-wrap: wrap;
  grid-gap: 45px;
}

.insurance-service > div {
  flex: 1 0 20%;
}

.container-custom-1 {
  width: 60%;
}

.container-custom-2 {
  display: flex;
  padding: 10px 0px;
  grid-gap: 40px;
}

.third-content-detail {
  display: flex;
  justify-content: center;
  grid-gap: 140px;
  margin-top: 50px;
}
.container-custom-2 img {
  width: 118px;
  height: 118px;
}

.container-custom-2-img {
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}

.customer_relationship_img {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  width: 100%;
}

.customer_relationship_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom right;
  padding: 40px 0px;
}

.customer_relationship_img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}

.second-content-below {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 45px;
}

.second-content-below img {
  width: 530px;
}

.small-image {
  position: absolute;
  top: 0;
  right: 0;
}

.small-image-1 {
  top: 250px;
  right: -68px;
  z-index: 1;
}

.small-image-2 {
  top: -140px;
}

.small-image-3 {
  top: 170px;
  right: 235px;
  z-index: 1;
}

.move-left {
  opacity: 0;
  filter: blur(1px);
  transform: translateX(10%);
  transition: ease-in 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(10px);
}

.move-left.show {
  transform: translateX(-10px);
}

.third-content-text {
  padding-left: 35px;
}

.third-content-img {
  position: relative;
}

.bubble-image {
  position: absolute;
  top: 0;
  left: 0;
}

.bubble-image:nth-child(4) {
  animation: floatBubbleUp55 4s infinite alternate ease-in-out;
}

.bubble-image:nth-child(5) {
  animation: floatBubbleUp85 2s infinite alternate ease-in-out;
}

.bubble-image:nth-child(1) {
  top: 50px;
  left: 100px;
  z-index: 1;
}
.bubble-image:nth-child(2) {
  top: 150px;
  left: 315px;
  z-index: -1;
}

.bubble-image:nth-child(3) {
  top: 500px;
  left: 0px;
  z-index: 1;
}

.bubble-image:nth-child(4) {
  top: 360px;
  left: 250px;
  z-index: 1;
}
@keyframes floatBubbleUp55 {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-40px) translateX(10px);
  }
}

@keyframes floatBubbleUp85 {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-25px) translateX(-5px);
  }
}

.list-heart {
  padding-left: 1em;
}
.list-heart li {
  list-style-type: "♡ ";
  text-align: left;
}
.list-heart li::marker {
  font-size: 0.8em;
  margin-right: 0.3em;
  color: #b9e5fb;
}
.list-heart li.active::marker {
  content: "♥ ";
}

@media (max-width: 1024px) {
  .third-content-text {
    padding-left: 0;
  }
  .container-custom-2 img {
    width: 60px;
    height: 60px;
  }

  .container-custom-2 {
    display: block;
    padding: 20px 0px;
    grid-gap: 20px;
  }

  .insurance-service {
    display: block;
    padding: 10px 0px;
  }

  .container-custom-1 {
    width: auto;
  }

  .small-image-2 {
    width: 280px;
    top: -40px;
  }

  .small-image-1 {
    top: 275px;
    right: 0px;
    z-index: 1;
    width: 109px;
  }

  .small-image-3 {
    top: 185px;
    right: 170px;
    z-index: 1;
    width: 70px;
  }
  .customer_relationship_img {
    padding-top: 20px;
  }

  .customer_relationship_img img {
    margin-top: 10px;
  }

  .container-custom-2-img {
    margin-top: 20px;
  }

  .second-content-below {
    display: block;
  }

  .second-content-img {
    margin-top: 20px;
  }

  .second-content-img img {
    width: 330px;
    height: 240px;
    object-fit: cover;
  }

  .third-content {
    margin-top: 20px;
  }

  .third-content-detail {
    display: block;
  }

  .third-content-img img {
    width: 290px;
    height: 415px;
  }

  .bubble-image:not(:first-child) {
    width: 70px;
    height: 75px;
  }

  .bubble-image:nth-child(1) {
    top: 50px;
    left: 100px;
  }
  .bubble-image:nth-child(2) {
    top: 100px;
    left: 233px;
  }

  .bubble-image:nth-child(3) {
    top: 347px;
    left: 0px;
  }

  .bubble-image:nth-child(4) {
    top: 250px;
    left: 200px;
  }
}

@media (max-width: 760px) {
  .small-image-2 {
    width: 150px;
    top: -30px;
  }

  .small-image-1 {
    top: 135px;
    right: 0px;
    z-index: 1;
    width: 66px;
  }

  .small-image-3 {
    top: 86px;
    right: 93px;
    z-index: 1;
    width: 40px;
  }
}
