.work-section {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: flex-start;
}
.work-item {
  margin-bottom: 60px;
}

.work-topic-wrapper {
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--blue);
}

.work-topic-wrapper:first-child {
  border-top: 0px !important;
  padding-top: 0px !important;
}

.bottom-row .work-item:first-child {
  margin-top: 60px;
}

.work-topic-wrapper .bottom-row.full-list-bottom {
  padding-left: 5%;
}

.img-title-col {
  position: sticky;
  top: 120px;
  position: -webkit-sticky;
  position: sticky;
  padding-right: 10%;
}
.top-row {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bottom-row {
  padding-top: 10px;
  width: 100%;
}
.top-row:hover > * {
  color: var(--orange) !important;
}
.top-row img {
  margin-left: 15px;
}
.top-row h3 {
  display: inline-block;
}
.item-inside {
  position: relative;
}
.slider-wrapper {
  width: 100%;
  position: relative;
  padding: 25px 30px 50px 30px;
  background-color: white;
}
.swiper {
  width: 100%;
  height: 340px;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-button-next {
  right: 0px !important;
}
.swiper-button-prev {
  left: 0px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--blue);
}

.swiper-pagination {
  font-size: 20px;
  color: var(--blue);
}
.swiper-pagination-current {
  color: var(--orange) !important;
}

@media (max-width: 768px) {
  .img-title-col {
    position: relative;
    top: 0px;
    margin-bottom: 80px;
  }
  .work-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper {
    height: 300px;
  }
  .bottom-row .work-item:first-child {
    margin-top: 40px;
  }
  .work-item {
    margin-bottom: 40px;
  }
  .work-topic-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--blue);
  }
}

@media (max-width: 500px) {
  .work-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .swiper {
    height: 240px;
  }
}

/*Function*/
.arrow {
  transition: all ease-out 0.2s;
}
.open {
  display: flex;
}
.rotado {
  rotate: 180deg;
}
