.cst-sticky-sdbr-cnt-wrap {
  background-color: #f6f0ed;
  padding-bottom: calc(4rem - 60px);
}

.cst-sticky-sdbr-cnt-wrap .cst-sdbr-cnt-inner {
  grid-column-gap: .5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
  height: 100%;
}

.cst-sdbr-cnt-inner .border-top {
  border-color: rgba(36, 50, 63, .4) ;
  color: #24323f;
}

.cst-sdbr-cnt-inner .cst-sdbr-text {
  display: none;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 4rem;
  position: sticky;
  top: 5.375rem;
}

.cst-sdbr-cnt-inner .cst-sdbr-text .tag-and-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -.56px;
  line-height: 1.3;
  border-color: #24323f;
  color: #24323f;
}

.cst-sdbr-cnt-inner .cst-sdbr-text-boxes {
  grid-column: 1 / -1;
}

.cst-sdbr-text-boxes .cst-sdbr-text-boxes-content {
  border-top: 1px solid;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: .4;
  padding-bottom: 4rem;
  padding-top: 2rem;
  transition: all .3s ease-in-out;
  width: 100%;
  border-color: rgba(36, 50, 63, .4);
  color: #24323f;
}

.cst-sdbr-text-boxes-content .tag-and-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -.56px;
  line-height: 1.3;
  border-color: #24323f;!;
  color: #24323f;
  margin: 0;
}

.cst-sdbr-text-boxes-content .cst-richtext p:last-child {
  margin: 0;
}

.cst-sdbr-text-boxes-content .cst-richtext ul {
  margin: 0;
  list-style-type: "-";
  padding-left: .5rem;
}

.cst-sdbr-text-boxes-content .cst-richtext ul li {
  margin-bottom: .5rem;
  padding-left: .5rem;
  opacity:.72;
}

.cst-sdbr-text-boxes-content .cst-richtext ul li:last-child {
  margin-bottom: 0;
}

.cst-sdbr-text-boxes-content .cst-richtext p {
  margin-bottom: .875rem;
}



.cst-sdbr-text-boxes .cst-sdbr-text-boxes-content.active {
  opacity: 1;
}

@media (min-width: 745px) {
  .cst-sticky-sdbr-cnt-wrap {
    padding-bottom: calc(8rem - 60px);
  }

  .cst-sticky-sdbr-cnt-wrap .cst-sdbr-cnt-inner {
    grid-column-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text .tag-and-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -.68px;
    line-height: 1.3;
  }

  .cst-sdbr-text-boxes .cst-sdbr-text-boxes-content {
    padding-top: 4rem;
  }

  .cst-sdbr-text-boxes-content .tag-and-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -.68px;
    line-height: 1.3;
  }

  .cst-sdbr-text-boxes-content .cst-richtext p {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .cst-sticky-sdbr-cnt-wrap .cst-sdbr-cnt-inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cst-sdbr-cnt-inner .border-top {
    border-top: 1px solid rgba(36, 50, 63, .4);
    grid-column: 1 / -1;
    width: 100%;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-column: 1 / span 6;
    padding-top: 4rem;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text .tag-and-title {
    filter: opacity(40%);
    transition: all .3s ease-in-out;
    width: -moz-max-content;
    width: max-content;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text-boxes {
    grid-column: 7 / -1;
  }

  .cst-sdbr-text-boxes .cst-sdbr-text-boxes-content:first-child {
    border-top: none;
  }

  .cst-sdbr-text-boxes-content .cst-richtext ul li {
    margin-bottom: 1rem;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text .tag-and-title.active {
    filter: opacity(100%);
  }
}


@media(min-width:2560px){
  .cst-sdbr-cnt-inner .cst-sdbr-text {
    gap: 4rem;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .cst-sdbr-cnt-inner .cst-sdbr-text .tag-and-title {
    font-size: 68px;
    font-size: 4.25rem;
    font-weight: 300;
    letter-spacing: -1.36px;
    line-height: 1.3;
  }

  .cst-sdbr-text-boxes .cst-sdbr-text-boxes-content {
    gap: 4rem;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .cst-sdbr-text-boxes-content .tag-and-title {
    font-size: 68px;
    font-size: 4.25rem;
    font-weight: 300;
    letter-spacing: -1.36px;
    line-height: 1.3;
  }

  .cst-sticky-sdbr-cnt-wrap .cst-sdbr-cnt-inner {
    grid-column-gap: 2rem;
  }

  .cst-sdbr-text-boxes-content .cst-richtext ul li {
    margin-bottom: 2rem;
  }

  .cst-sdbr-text-boxes-content .cst-richtext p {
    margin-bottom: 2rem;
  }

  .cst-sticky-sdbr-cnt-wrap {
    padding-bottom: calc(16rem - 60px);
  }


}
