.tech-info-item {
  border-top: 1px solid #eff3f6
}
.tech-info-item:last-child {
  border-bottom: 1px solid #eff3f6
}
.tech-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 22px 0 32px;
  text-align: left
}
.tech-info-btn[aria-expanded=true] .icon-toggle::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0
}
.tech-info-btn:hover > span {
  color: #ff6c02
}
.tech-info-btn:hover .icon-toggle::after,
.tech-info-btn:hover .icon-toggle::before {
  background-color: #ff6c02
}
.tech-info-btn > span {
  padding-right: 12px;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1.3
}
@media (max-width:767.98px) {
  .tech-info-btn > span {
    font-size: 20px
  }
}
.tech-info-btn .icon-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px
}
.tech-info-btn .icon-toggle::after,
.tech-info-btn .icon-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #25373f;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}
.tech-info-btn .icon-toggle::before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px
}
.tech-info-btn .icon-toggle::after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px
}