.sect1 {
  background: url(../../../assets/img/Project&Achievements/sect1_bg.png) no-repeat center/cover;
  height: 492px !important;
}
.sect1 .inner {
  display: flex;
  justify-content: start;
  align-items: center;
}
.sect1 .inner .wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.sect2 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.title1 {
  letter-spacing: -1px;
}

.sub_title1_1 {
  letter-spacing: -1px;
}

.height635 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.height635 .swiper-wrapper .swiper-slide figure {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 88px;
  width: 1100px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 9px;
  overflow: hidden;
}
.height635 .swiper-wrapper .swiper-slide figure .i_w {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 260px;
  overflow: hidden;
}
.height635 .swiper-wrapper .swiper-slide figure .i_w img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  filter: contrast(80%) saturate(80%);
}
.height635 .swiper-wrapper .swiper-slide figure .i_w img:hover {
  transform: scale(1.1);
}
.height635 .swiper-wrapper .swiper-slide figure figcaption {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  width: 574px;
}
.height635 .swiper-wrapper .swiper-slide figure figcaption .sub_title5 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 100px;
}
.height635 .swiper-wrapper .swiper-slide figure figcaption .sub_title5 p {
  width: 90px;
  letter-spacing: -2px;
}
.svg_prev {
  position: absolute;
  left: -59px;
}

.svg_next {
  position: absolute;
  right: -59px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .height635 {
    width: 85% !important;
  }
  .height635 .swiper-wrapper {
    width: 100%;
  }
  .height635 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
  .height635 .swiper-wrapper .swiper-slide figure {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 12px;
    width: 71%;
    overflow: hidden;
    box-shadow: none;
  }
  .height635 .swiper-wrapper .swiper-slide figure .i_w {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 9px;
  }
  .height635 .swiper-wrapper .swiper-slide figure figcaption {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 8px;
    width: auto;
  }
  .height635 .swiper-wrapper .swiper-slide figure figcaption .sub_title5 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    font-size: 18px;
  }
  .height635 .swiper-wrapper .swiper-slide figure figcaption .sub_title5 p {
    color: #2c2c2c;
    max-width: 70px;
    letter-spacing: -1px;
  }
  .height635 .swiper-wrapper .swiper-slide figure figcaption .sub_title5 span {
    font-size: 12px;
  }
  .svg_prev {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translate(0%, -50%);
  }
  .svg_next {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(0%, -50%);
  }
  .sect1 {
    background: url(../../../assets/img/Project&Achievements/M_sect1_bg.png) no-repeat center/cover;
    height: 492px !important;
  }
  .sect1 .inner {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .sect1 .inner .wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
  }
  .title1 {
    font-size: 58px !important;
  }
  .sub_title1_1 {
    font-size: 16px !important;
  }
}