.line-yellow {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FFDD00;
}

.one-carousel {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .one-carousel {
    height: auto;
  }
}
.one-carousel .item .text {
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 999;
}
.one-carousel .item .text h1 {
  display: block;
  font-size: 64px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .one-carousel .item .text h1 {
    font-size: 24px;
  }
}
.one-carousel .owl-stage-outer {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.one-carousel .owl-stage-outer .owl-stage {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.one-carousel .owl-stage-outer .owl-stage .owl-item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.one-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}