.two-col-grid {
  /* @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);
  } */
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
}
.two-col-grid.style-3 {
  padding-bottom: 68px;
}
.two-col-grid.style-2 {
  padding-bottom: 60px;
}
@media (min-width: 991px) {
  .two-col-grid {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .two-col-grid.style-3 {
    padding-bottom: 118px;
  }
  .two-col-grid.style-2 {
    padding-bottom: 110px;
  }
}
.two-col-grid-main {
  max-width: 960px;
  margin: 0 auto;
}
.two-col-grid-head {
  text-align: center;
  max-width: 993px;
  margin: 0 auto;
}
.two-col-grid-head h2 {
  margin: 0 0 48px;
  color: #F5F5F5;
}
.two-col-grid-head p {
  line-height: 1.625;
  margin: 0 auto 60px;
  color: #D1D1D1;
  max-width: 852px;
}
@media (min-width: 991px) {
  .two-col-grid-head p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
.two-col-grid.style-1 .row {
  --bs-gutter-x: 3rem;
}
@media (min-width: 1400px) {
  .two-col-grid.style-1 .row {
    --bs-gutter-x: 80px;
  }
}
.two-col-grid-item {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--Grayscale-700, #2C2C2C);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.style-1 .two-col-grid-item {
  margin-bottom: 80px;
}
.style-1 .two-col-grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(155deg, #131313 53.11%, rgba(173, 158, 79, 0.4) 246.05%);
  opacity: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}
.style-2 .two-col-grid-item {
  margin-bottom: 40px;
}
.style-3 .two-col-grid-item {
  margin-bottom: 32px;
}
.style-3 .two-col-grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(155deg, #131313 53.11%, rgba(173, 158, 79, 0.4) 246.05%);
  opacity: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}
.two-col-grid-item-img {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.style-1 .two-col-grid-item-img {
  padding-top: 67.1114%;
}
.style-1 .two-col-grid-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.style-2 .two-col-grid-item-img {
  padding-top: 94.276%;
}
@media (min-width: 991px) {
  .style-2 .two-col-grid-item-img {
    padding-top: 86.6%;
  }
}
.style-2 .two-col-grid-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.two-col-grid-item-cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  transform: translateY(100%);
  background: linear-gradient(161deg, rgb(22, 22, 22) 5.14%, rgb(173, 158, 79) 284.42%);
  padding: 24px;
}
.two-col-grid-item h3 {
  color: #fff;
  margin: 0;
  position: relative;
}
@media (min-width: 991px) {
  .two-col-grid-item h3 {
    font-size: 2rem;
  }
}
.two-col-grid-item p {
  margin: 24px 0 0;
  color: #BABABA;
  line-height: 1.625;
  position: relative;
}
@media (min-width: 991px) {
  .two-col-grid-item p {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}
.style-1 .two-col-grid-item:hover::before {
  opacity: 1;
}
.style-1 .two-col-grid-item:hover .two-col-grid-item-img img {
  transform: scale(1.2);
}
.style-3 .two-col-grid-item:hover::before {
  opacity: 1;
}
.two-col-grid-item:hover .two-col-grid-item-cnt {
  transform: none;
}