.section-home-1 .col-left {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.section-home-1 .col-left svg {
  width: 820px;
  max-width: 100%;
  object-fit: cover;
}
.section-marquee {
  margin-top: -100px;
}
.home-cols-swiper-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.wrap-marquee .swiper-slide {
  width: auto !important;
  pointer-events: none;
}
.wrap-marquee .item {
  border-radius: 4px;
  background: #93f2ea;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-marquee .item h3 {
  white-space: nowrap;
  color: #48494d;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .section-home-2 .col-left .shap-2,
  .section-home-1 .col-left {
    right: 0px !important;
  }
  body .section-home-2 .col-left .shap-1 {
    width: 220px !important;
    top: -135px !important;
    left: -5px !important;
  }
}

@media (max-width: 567px) {
  .section-home-1 .col-left {
    top: auto;
    transform: translateY(0%);
    bottom: -245px;
    z-index: -1;
  }
  .section-home-2 .col-left .shap-2 {
    top: -160px !important;
    right: 0px !important;
  }
}
