/* ASTRA SAFE CONTAINER */
.ast-container .scs-section,
.site-content .scs-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.site-content,
.ast-container {
  overflow: visible !important;
}

.scs-section {
  position: relative;
  height: 300vh;
  overflow: hidden;
}

.scs-sticky {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scs-main-text {
  font-size: 60px;
  width: 80%;
  text-align: center;
  margin-bottom: 140px;
  z-index: 5;
}

.scs-card {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 500px;
  background: #000;
  border-radius: 8px;
  opacity: 0;
}

.scs-card img {
  width: 100%;
  height: 85%;
  object-fit: cover;
}

.scs-card-footer {
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  font-size: 18px;
  color: #fff;
}

.scs-card-footer span:first-child {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
}

.scs-special {
  background: #e7e3d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
