@charset "UTF-8";

.wte_accordion {
    height: 1000px;
}
.wte_accordion2 {
    height: 250px;
}
@media (max-width:767px){
    .medium-2 {
        font-size: 1.0em!important;
    }
}    
.wte_tag{
    max-height: none;
}

.wte_accordion_show_more2::before {
  border-top: 1px dashed #51ad64;
  width: 100%;
  z-index: 1;
}

.wte_accordion_show_more2 span:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.wte_accordion_show_more2::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: 40px;
  padding-top: 100px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(180deg,
      rgb(255, 255, 255, 0) 0%,
      rgb(255, 255, 255, 1) 90%);
}
.wte_accordion_show_more2.wte_accordion_active:after {
  opacity: 0;
}