#solution-home .content-section {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#solution-home .content-section .content-image {
  display: flex;
  width: 360px;
  gap: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#solution-home .content-section .content-image .image {
  width: 80px;
  height: 80px;
  background-color: #10002B;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
}
#solution-home .content-section .content-image .image img {
  max-height: 100%;
  max-width: 100%;
}
#solution-home .content-section .content-image .text {
  width: 280px;
  display: grid;
  align-items: center;
}
#solution-home .content-section .content-image .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
#solution-home .content-section .content-image:hover .image {
  background-color: #49a010;
}
#solution-home .content-section .content-image-mobile {
  display: none;
}
#solution-home .content-section .image {
  width: 450px;
  height: 450px;
  border: 1px solid #ddd;
  padding: 50px;
  margin: auto;
  border-radius: 50%;
  position: relative;
}
#solution-home .content-section .image .image-border {
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
}
#solution-home .content-section .image .image-border img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}
#solution-home .content-section .image .content-image-1 {
  left: -230px;
}
#solution-home .content-section .image .content-image-2 {
  top: 180px;
  left: -315px;
}
#solution-home .content-section .image .content-image-3 {
  top: 360px;
  left: -230px;
}
#solution-home .content-section .image .content-image-4 {
  left: unset;
  right: -230px;
}
#solution-home .content-section .image .content-image-5 {
  left: unset;
  top: 180px;
  right: -315px;
}
#solution-home .content-section .image .content-image-6 {
  left: unset;
  top: 360px;
  right: -230px;
}
#solution-home .content-section .dot-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotateAnimation 50s linear infinite;
}
#solution-home .content-section .dot-container .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #49a010;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
#solution-home .content-section .dot-container .dot1 {
  transform: rotate(0deg) translate(224px) translateX(-50%);
}
#solution-home .content-section .dot-container .dot2 {
  transform: rotate(72deg) translate(223px) translateX(-50%);
}
#solution-home .content-section .dot-container .dot3 {
  transform: rotate(144deg) translate(234px) translateX(-50%);
}
#solution-home .content-section .dot-container .dot4 {
  transform: rotate(216deg) translate(243px) translateX(-50%);
}
#solution-home .content-section .dot-container .dot5 {
  transform: rotate(288deg) translate(237px) translateX(-50%);
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#feedback-home .content-feedback {
  margin-top: 30px;
}
#feedback-home .content-feedback .owl-carousel .owl-item {
  background: var(--er-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 10px;
}
#feedback-home .content-feedback .owl-carousel .item {
  position: relative;
  background: url("../image/quot.svg") no-repeat top right;
}
#feedback-home .content-feedback .owl-carousel .item .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  padding-right: 60px;
}
#feedback-home .content-feedback .owl-carousel .item .summary {
  font-size: 16px;
  color: #9399A1;
  line-height: 130%;
  padding-right: 60px;
}

@media screen and (max-width: 992px) {
  #solution-home .content-section {
    display: grid;
  }
  #solution-home .content-section .image .content-image {
    display: none;
  }
  #solution-home .content-section .content-image-mobile {
    margin-top: 20px;
    width: 100%;
    display: grid;
    gap: 20px;
  }
  #solution-home .content-section .content-image-mobile .content-image {
    width: 100%;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
  }
  #solution-home .content-section .content-image-mobile .content-image .text {
    width: calc(100% - 80px);
  }
}
.whycenter {
  width: 40%;
  margin: auto;
}

.item-os-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .whycenter {
    display: none;
  }
  .item-os-mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #insAboutUs .titleGroup h2 span {
    font-size: 24px !important;
    line-height: 130% !important;
  }
  #insAboutUs .titleGroup p {
    font-size: 16px;
  }
  #solution-home .content-section .content-image .text p {
    font-size: 16px;
  }
  #solution-home .content-section .image {
    width: 350px;
    height: 350px;
    padding: 20px;
  }
  #solution-home .content-section .dot-container .dot1 {
    transform: rotate(0deg) translate(173px) translateX(-50%);
  }
  #solution-home .content-section .dot-container .dot2 {
    transform: rotate(72deg) translate(173px) translateX(-50%);
  }
  #solution-home .content-section .dot-container .dot3 {
    transform: rotate(144deg) translate(184px) translateX(-50%);
  }
  #solution-home .content-section .dot-container .dot4 {
    transform: rotate(216deg) translate(193px) translateX(-50%);
  }
  #solution-home .content-section .dot-container .dot5 {
    transform: rotate(288deg) translate(186px) translateX(-50%);
  }
  #insAboutUs .titleGroup h2 span {
    font-size: 24px;
    line-height: 130%;
  }
  .effectTitle h2 {
    font-size: 24px;
    line-height: 130%;
  }
  .insHeading h2 {
    font-size: 24px;
    line-height: 130%;
  }
  section h2 {
    font-size: 24px !important;
    line-height: 130% !important;
  }
  #feedback-home .content-feedback .owl-carousel .item .title {
    font-size: 18px;
  }
  #feedback-home .content-feedback .owl-carousel .item .summary {
    font-size: 14px;
  }
  #feedback-home .content-feedback .owl-carousel .owl-item {
    padding: 12px;
  }
}

/*# sourceMappingURL=home.css.map */
