.sec-text-card + .sec-tab {
  padding-top: 0;
}
.sec-tab {
  background: var(--dark-grey);
}
.sec-tab::before {
  position: absolute;
  content: "";
  left: 0;
  top: -82rem;
  width: 82rem;
  height: 164rem;
  background-image: url(../images/round-01.png);
  background-size: cover;
  background-position: center;
}
.sec-tab .title-outer,
.tab-block {
  gap: 6.4rem;
}
.title-col,
.tab-col {
  width: 50%;
}
.tab-head {
  margin-bottom: 1.2rem;
}
.tab-item {
  position: relative;
  padding: 2rem 6rem 2rem 2.4rem;
  border: 1px solid transparent;
  gap: 2rem;
}
li.active .tab-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.027) 0%, rgba(255, 255, 255, 0.051) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(238, 43, 122, 0.3375) 0%, rgba(12, 140, 233, 0.4875) 50%, rgba(83, 179, 110, 0.75) 100%);
  border-image-slice: 1;
}
li.active .tab-item::after {
  position: absolute;
  content: "";
  right: 2.4rem;
  height: 0.8rem;
  width: 0.8rem;
  background: var(--blue-60);
  border-radius: 50%;
}
.tab-icon {
  width: 6.4rem;
  height: 6.4rem;
}
.tab-info {
  border: 1px solid rgba(255,255,255,0.15);
  position: relative;
  padding: 6.4rem;
  min-height: 100%;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.tab-item .tab-info {
  display: none;
}
.tab-info.active {
  display: flex;
}
.tab-info .h6,
.tab-info-text {
  max-width: 38.4rem;
  position: relative;
  z-index: 1;
}
.tab-info-text {
  margin-top: auto;
}
.tab-info-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 45.6rem;
}
.tab-info-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media(min-width:1500px) and (max-width:1659.98px) {
  .title-col br {
    display: none;
  }
  .tab-info {
    padding: 4.8rem;
  }
  .tab-info-img {
    max-width: 37.6rem;
  }
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-tab .title-outer, .tab-block {
    gap: 4.8rem;
  }
  .tab-item {
    padding: 1.6rem 4.8rem 1.6rem 2rem;
  }
  .tab-icon {
    width: 5.6rem;
    height: 5.6rem;
  }
  .tab-info {
    padding: 4.8rem;
  }
  .tab-info .h6, .tab-info-text {
    max-width: 34.4rem;
  }
  .tab-info-img {
    max-width: 38.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-tab .title-outer, .tab-block {
    gap: 4rem;
  }
  .tab-item {
    padding: 1.6rem 4.8rem 1.6rem 2rem;
  }
  .tab-icon {
    width: 5.6rem;
    height: 5.6rem;
  }
  .tab-info {
    padding: 4rem;
  }
  .tab-info .h6, .tab-info-text {
    max-width: 32.4rem;
  }
  .tab-info-img {
    max-width: 33.6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-tab .title-outer, .tab-block {
    gap: 3.2rem;
  }
  .tab-item {
    padding: 1.6rem 4.8rem 1.6rem 2rem;
  }
  .tab-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .tab-info {
    padding: 4.8rem;
  }
  .tab-info .h6, 
  .tab-info-text {
    max-width: 31.4rem;
  }
  .tab-info-img {
    max-width: 25.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-tab .title-outer,
   .tab-block {
    gap: 2.4rem;
  }
  .title-outer br {
    display: none;
  }
  .tab-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .tab-item {
    padding: 1.6rem 4rem 1.6rem 2rem;
    gap: 1.6rem;
  }
  .tab-info {
    padding: 3.2rem;
  }
  .tab-info .h6, .tab-info-text {
    max-width: 25.4rem;
  }
  .tab-info-img {
    max-width: 21.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-tab .title-outer, 
  .tab-block {
    gap: 2.4rem;
  }
  .title-outer br {
    display: none;
  }
  .tab-list li {
    margin-bottom: 1rem;
  }
  .title-col, 
  .tab-col {
    width: 100%;
  }
  .tab-item {
    padding: 1.6rem 4rem 1.6rem 1.6rem;
    gap: 1.6rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.027) 0%, rgba(255, 255, 255, 0.051) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(238, 43, 122, 0.3375) 0%, rgba(12, 140, 233, 0.4875) 50%, rgba(83, 179, 110, 0.75) 100%);
    border-image-slice: 1;
  }
  li.active .tab-item::after,
  .tab-item::after {
    position: absolute;
    content: "";
    right: 1.6rem;
    height: 0.7rem;
    width: 1.2rem;
    background: transparent;
    background-image: url(../images/icon-white-arrow-down.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  li.active .tab-item::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .tab-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .tab-body {
    display: none;
  }
  .tab-list li.active .tab-info {
    display: flex;
    margin-top: 0;
    border-top: 0;
    min-height: 30rem;
  }
  .tab-info {
    padding: 2.4rem;
  }
  .tab-info-img {
    max-width: 21.6rem;
  }
}
@media(max-width:767.98px) {
  .sec-tab .title-outer, 
  .tab-block {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .title-col, .tab-col {
    width: 100%;
  }
  .title-outer br {
    display: none;
  }
  .tab-list li {
    margin-bottom: 1rem;
  }
  .tab-item {
    padding: 1.6rem 4rem 1.6rem 1.6rem;
    gap: 1.6rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.027) 0%, rgba(255, 255, 255, 0.051) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(238, 43, 122, 0.3375) 0%, rgba(12, 140, 233, 0.4875) 50%, rgba(83, 179, 110, 0.75) 100%);
    border-image-slice: 1;
  }
  li.active .tab-item::after,
  .tab-item::after {
    position: absolute;
    content: "";
    right: 1.6rem;
    height: 0.7rem;
    width: 1.2rem;
    background: transparent;
    background-image: url(../images/icon-white-arrow-down.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  li.active .tab-item::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .tab-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .tab-body {
    display: none;
  }
  .tab-list li.active .tab-info {
    display: flex;
    margin-top: 0;
    border-top: 0;
  }
  .tab-info {
    padding: 1.6rem;
  }
  .tab-info .h6, .tab-info-text {
    max-width: 100%;
  }
  .tab-info-img {
    display: none;
  }
}