body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: #060022 !important;
}.card-wrapper {
  position: relative;
  width: 100%;
  overflow: visible; 
}

.bg-wrap {
  position: relative;
  width: 100%;
}

.cardBg {
  display: block;
  width: 100%;
  height: auto; 
}
.cardText {
  position: absolute;
  top: 50%;
  right: 64;
  transform: translateY(-60%);
  width: 35%;
  z-index: 10;
  text-align: center;
}
.cardText h2 {
  font-size: 1.3rem;
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.cardText h2:last-of-type {
  margin-top: 0;
}
.cardText p {
  font-size: 0.8rem;
  color: white;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.cardText h3 {
  font-size: 1.8rem;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.textXL{
   font-size: 1.2rem !important;
}

footer h4 {
  font-size: 1.9rem;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.title-text {
  font-size: 1.8rem;
  color: yellow !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  background-color: #060022 !important;
}
.cardText b {
  color: yellow;
}
.title-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.title-line {
  position: absolute;
  height: 2px;
  width: 100%; 
  background: white;
  z-index: 1; 
}
.title-text {
  position: relative;
  z-index: 2; 
  color: white;
  background: transparent;
  padding: 0 10px;
  font-size: 1.4rem;
}
footer p {
  font-size: 0.8rem;
  color: whitesmoke;
  text-align: justify;
}
@media (max-width: 768px) {
  .cardText {
    width: 42%;
    text-align: center;
    right: 32%;
    transform: translate(55%, -65%);
  }

  .cardText h2 {
    font-size: 0.8rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText p {
    font-size: 0.6rem;
    color: white;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText h3 {
    font-size: 1.1rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
  }
  footer h4 {
    font-size: 1.1rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  footer h3 {
    font-size: 1.2rem;
    color: yellow;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText b {
    color: yellow;
  }
  .textXL{
   font-size: 0.75rem !important;
  }

  .title-text {
    font-size: 1rem;
    color: yellow !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    background-color: #060022 !important;
  }
  footer p {
  font-size: 0.5rem;
  color: whitesmoke;
  text-align: justify;
  }
}
@media (max-width: 980px) {
  .cardText {
    width: 42%;
    text-align: center;
    right: 32%;
    transform: translate(55%, -65%);
  }

  .cardText h2 {
    font-size: 0.9rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText p {
    font-size: 0.6rem;
    color: white;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText h3 {
    font-size: 1.1rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
  }
  footer h4 {
    font-size: 1.1rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  footer h3 {
    font-size: 1.2rem;
    color: yellow;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
  }
  .cardText b {
    color: yellow;
  }
  .textXL{
   font-size: 0.8rem !important;
  }

  .title-text {
    font-size: 1rem;
    color: yellow !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    background-color: #060022 !important;
  }
  footer p {
  font-size: 0.5rem;
  color: whitesmoke;
  text-align: justify;
  }
}

