.two-c-list {
  /* @media (min-width:1248px){
      margin-left: calc((100vw - 1200px) * -0.5);
      margin-right: calc((100vw - 1200px) * -0.5);
      padding-right: calc((100vw - 1200px) * 0.5);
      padding-left: calc((100vw - 1200px) * 0.5);
  } */
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media (min-width: 991px) {
  .two-c-list {
    padding-bottom: 150px;
    padding-top: 200px;
  }
}
@media (min-width: 1439px) {
  .two-c-list .row {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1200px) {
  .two-c-list .col-lg-6:first-child {
    width: 44.45%;
  }
  .two-c-list .col-lg-6:last-child {
    width: 55.55%;
  }
}
.two-c-list h2 {
  margin: 0 0 48px;
  color: #F5F5F5;
}
.two-c-list-head {
  max-width: 752px;
  margin: 0 auto;
  text-align: center;
}
.two-c-list-head p {
  margin: 0 auto 60px;
  line-height: 1.625;
  color: #D1D1D1;
  max-width: 582px;
}
@media (min-width: 991px) {
  .two-c-list-head p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.two-c-list .tagline {
  padding: 6px 12px;
  line-height: 1.71429;
  color: #EFEFEF;
  border-radius: 4px;
  background: #2D2913;
  display: inline-block;
  margin-bottom: 24px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .two-c-list .tagline {
    font-size: 1.125rem;
    line-height: 1.55556;
    font-weight: 400;
  }
}
.two-c-list-video {
  margin-top: 40px;
  padding-top: 96.23%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 991px) {
  .two-c-list-video {
    margin-top: 0;
    height: 100%;
    padding-top: 0;
    min-height: 400px;
  }
}
.two-c-list-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.two-c-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}
@media (min-width: 991px) {
  .two-c-list ul {
    gap: 32px;
  }
}
.two-c-list ul li {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #2C2C2C;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.two-c-list ul li p {
  line-height: 1.7778;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Space Grotesk", serif;
}
@media (min-width: 991px) {
  .two-c-list ul li p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}