.head-ups {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../images/services/bg-product.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 10vh 0;
}

.head {
  width: 100%;
  height: 300px;
  position: relative;
  background: url("../images/services/bg-product.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 10vh 0;
}

.head-ups .right {
  max-width: 30%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.head-ups .image4 {
  position: absolute;
  height: 370px;
  aspect-ratio: 1 / 1;
  background-color: #000000;
  border: 15px solid #dfb232;
  border-radius: 50%;
  top: 5%;
  left: 10%;
  overflow: hidden;
}

.content .overline {
  width: 60px;
  height: 8px;
  margin-bottom: 20px;
  background-color: red;
}

.card8 {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: var(--green-color);
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.support-img {
  object-fit: contain;
  height: 300px;
}

.image3 {
  position: absolute;
  height: 370px;
  aspect-ratio: 1 / 1;
  background-color: #000000;
  border: 15px solid #063970;
  border-radius: 50%;
  top: -10%;
  right: 10%;
  overflow: hidden;
}

.main-two-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head .left {
  max-width: 30%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 10%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.head .right {
  max-width: 30%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image4 {
  position: absolute;
  height: 370px;
  aspect-ratio: 1 / 1;
  background-color: #000000;
  border: 15px solid #dfb232;
  border-radius: 50%;
  top: -10%;
  left: 10%;
  overflow: hidden;
}

.scroll-hide::-webkit-scrollbar {
  display: none;
}
