: root {
  --color-headings: #242630;
  --color-lead: #242630;
  --color-bodycopy: #3B3F51;  
}

.page-center {
  /*   max-width:1140px; */
  margin:0 auto;
  float:none;
  width:100%;
  position:relative;
  padding-left: 15px;
  padding-right: 15px;
}
.EQ_GDDOuter {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;

}
.EQ_GDDOuter video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EQ_GDDOverlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.EQ_GDDInner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.EQ_GDD_leftCol {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 13px;
  position: relative;
}
.EQ_GDD_rightCol {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.EQ_GDD_rightCol_outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.EQ_GDD_rightCol_inner.eqGdd_card-1 {
  /*   background: linear-gradient(134.57deg, #BD7EB3 0%, #BD7EB3 100%); */
  border-radius: 10px;
  box-shadow: 0px 40px 44px 0px rgba(0, 0, 0, 0.10);
}
.eqGdd_card_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 3.125rem 1.875rem;
  position: relative;
}
.EQ_GDD_rightCol_inner {
  flex: 1;
}
.featureList_outer_wrap ul li {
  padding: 0 0 1.7rem 2.2rem;
  position: relative;
  text-align: left;
}
.featureList_outer_wrap ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 2rem;
  padding: 0;
}
.EQ_GDD_rightCol_inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.EQ_GDD_rightCol_inner.eqGdd_card-1 {
  border: none;
}

.featureList_outer_wrap ul li {
  position: relative;
}
.featureList_outer_wrap ul li:before {
  position: absolute;
  content: "";
}
.featureList_outer_wrap ul li:last-child {
  padding-bottom: 0px;
}
.eqGdd_content:last-child p {
  margin: 0px;
}
@media(max-width:1200px){
  .EQ_GDDInner-wrap {
    flex-direction: column;
    gap:30px;
  }
  .EQ_GDD_leftCol,
  .EQ_GDD_rightCol{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media(max-width:991px){
  .EQ_GDDInner-wrap {
    flex-direction: column-reverse;
    gap:30px;
  }
  .EQ_GDD_rightCol_outer {
    display:block;

  }
  .EQ_GDD_rightCol_inner.eqGdd_card-1{
    margin-bottom:20px; 
  }

}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1140px !important;
  }
}

@media (min-width: 576px) {
  .EQ_GDDOuter .page-center {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .EQ_GDDOuter .page-center {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .EQ_GDDOuter .page-center {
    max-width: 960px;
  }
}
