.about-sec-1,
.about-sec-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.about-sec-1-left {
  max-width: 520px;
  width: 100%;
}
.about-sec-1-right {
  max-width: 640px;
  width: 100%;
  padding: 20px;
  gap: 16px;
}
.about_1_vector-1 {
  position: absolute;
  bottom: -34px;
  left: -20px;
  max-width: 190px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}
.about-sec-2-left {
  max-width: 472px;
  width: 100%;
  gap: 12px;
}
.about-sec-2-left .card {
  background: var(--hover-bg);
  border: none;
  border-radius: 24px 24px 24px 4px;
  color: #000;
}
.about-sec-2-right {
  max-width: 688px;
  width: 100%;
}
.about_3_1 {
  position: absolute;
  bottom: 0;
  left: -100px;
  max-width: 143px;
  z-index: -1;
}
.about_3_2 {
  position: absolute;
  bottom: -28px;
  right: -99px;
  max-width: 153px;
  z-index: -1;
}
.text-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .about_3_2 {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .about-sec-1-right {
    padding: 0;
  }
  .about_3_2 {
    right: 0;
  }
}
