.threed-main {
  padding-top: 179px;
}
.threed-subtitle {
  margin-bottom: 0;
}
.threed-featured-more {
  display: block;
  color: var(--theme-font-color) !important;
}
.threed-featured-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 21px;
}
.featured-desc {
  line-height: 26px;
  text-align: justify;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 0;
  color: #808080;
}
.featured-content{
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
  line-height: 1;
}

.threed-case-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threed-case-item {
  display: flex;
  justify-content: space-between;
  width: 24%;
  padding: 10px 0;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
}
.threed-case-item a {
  display: block;
  color: #333;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.threed-case-item img {
  width: 288px;
  height: 162px;
  object-fit: cover;
  vertical-align: bottom;
}

.threed-case-list i {
  flex-basis: 24%;
}

.contact-number {
  top: 203px;
}

@media screen and (max-width: 768px) {
  .threed-main {
    padding-top: 59px;
  }
  .featured-desc {
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
  .featured-desc-text {
    font-size: 13px;
  }
  .featured-desc-text:first-child {
    margin-top: 0px;
  }
}