.elementor-escen-textual-tabs {
  display: flex;
  flex-wrap: wrap;
}
.elementor-escen-textual-tab-header {
  height: 60px;
  display: flex;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
}
.elementor-escen-textual-tab-item.isactive .elementor-escen-textual-tab-header {
  font-weight: 900 !important;
  border-bottom: 1px solid #fff;
}
.elementor-escen-textual-tab-button-icon {
  width: 27px;
  height: 27px;
}
.elementor-escen-textual-tab-item.isactive
  .elementor-escen-textual-tab-button-icon {
  visibility: hidden;
}
.elementor-escen-textual-tab-button-icon svg {
  fill: currentColor;
  width: 27px;
  height: 27px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.elementor-escen-textual-tab-item {
  background-color: #ffffff;
}
.elementor-escen-textual-tabs-items,
.elementor-escen-textual-tabs-images {
  position: relative;
  width: 50%;
}
.elementor-escen-textual-tabs-items {
  padding-right: 5%;
}
.elementor-escen-textual-tab-image {
  display: none;
}
.elementor-escen-textual-tab-collapse {
  min-height: 0px;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition-duration: 287ms;
  overflow: hidden;
}
.elementor-escen-textual-tab-body {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 24px 0 44px;
}
.elementor-escen-textual-tabs-image-space {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-top: 66.66666666666666%;
}
.elementor-escen-textual-tab-image.show {
  display: block;
}
.elementor-escen-textual-tab-collapse.show {
  height: auto;
}
.elementor-escen-textual-tab-image {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.elementor-escen-textual-tab-body {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.elementor-escen-textual-tab-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-escen-textual-tab-body ul li {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.elementor-escen-textual-tab-body ul li span:first-child {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 12px;
}
.elementor-escen-textual-tab-body ul li svg {
  fill: currentColor;
  width: 27px;
  height: 27px;
}
.elementor-escen-textual-tab-body-image {
  padding-top: 0px;
  display: none;
}
@media (max-width: 1439px) {
}
@media (max-width: 1024px) {
  .elementor-escen-textual-tab-body {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 599px) {
  .elementor-escen-textual-tabs-items {
    width: 100%;
  }
  .elementor-escen-textual-tabs-images {
    display: none;
  }
  .elementor-escen-textual-tab-body-image {
    padding-top: 24px;
    display: block;
  }
}
