.ewfe-hl-sideimage {
  background: #fafafa;
  display: flex;
  align-items: center;
}
.ewfe-hl-sideimage .hl-left-image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 35%;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .ewfe-hl-sideimage .hl-left-image-wrap {
    min-height: 100%;
  }
}
.ewfe-hl-sideimage .hl-left-image-wrap .hl-left-image-group {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ewfe-hl-sideimage .hl-left-image-wrap .hl-left-image-group .img-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(-100%);
  z-index: -1;
}
.ewfe-hl-sideimage .hl-left-image-wrap .hl-left-image-group .img-item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(0);
}
.ewfe-hl-sideimage .hl-left-image-wrap .hl-left-image-group .img-item img {
  width: 100%;
}
.ewfe-hl-sideimage .hl-right-items {
  /* border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(201, 201, 201, 0.1); */
  width: 65%;
}
@media (max-width: 991px) {
  .ewfe-hl-sideimage {
    flex-direction: column!important;
  }
  .ewfe-hl-sideimage .hl-left-image-wrap,
  .ewfe-hl-sideimage .hl-right-items {
    width: 100%;
  }
  .ewfe-hl-sideimage .hl-right-items {
    margin-top: 30px;
  }
}
.ewfe-hl-sideimage .hl-right-items .item {
  padding: 28px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  gap: 20px;
}
@media (max-width: 1399px) {
  .ewfe-hl-sideimage .hl-right-items .item {
    padding: 20px 50px;
  }
}
@media (max-width: 1199px) {
  .ewfe-hl-sideimage .hl-right-items .item {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .ewfe-hl-sideimage .hl-right-items .item {
    padding: 15px;
  }
}
.ewfe-hl-sideimage .hl-right-items .item:last-child {
  border: 0;
}
.ewfe-hl-sideimage .hl-right-items .item h3 {
  margin-bottom: 0;
  transition: all 0.3s;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 3px;
}
@media (max-width: 1399px) {
  .ewfe-hl-sideimage .hl-right-items .item h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .ewfe-hl-sideimage .hl-right-items .item h3 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 2px;
  }
}
.ewfe-hl-sideimage .hl-right-items .item span {
  transition: all 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .ewfe-hl-sideimage .hl-right-items .item span {
    font-size: 16px;
  }
}
.ewfe-hl-sideimage .hl-right-items .item a svg{
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: #1f212d;
  transition: all 0.3s;
}
.ewfe-hl-sideimage .hl-right-items .item a i {
  display: block;
  font-size: 45px;
  line-height: 1em;
  text-align: center;
  color: #1f212d;
  transition: all 0.3s;
}
.ewfe-hl-sideimage .hl-right-items .item.active a svg{
  fill: #fff;
}
.ewfe-hl-sideimage .hl-right-items .item.active {
  background: #ec2526;
}
.ewfe-hl-sideimage .hl-right-items .item.active h3 {
  color: #fff;
}
.ewfe-hl-sideimage .hl-right-items .item.active span {
  color: #fff;
}

