.btn-navy {
  color: #12335c;
}

.reference-link {
  text-decoration: underline;
}

.faq-button {
  white-space: normal;
  height: 100%;
}

.semi-opaque-section {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px 60px;
  color: white;
  display: flex;
  flex-direction: column;
  margin: 30px;
  width: 100%;
  position: relative;
}

.semi-opaque-section * {
  color: white;
}

.semi-opaque-section hr {
  margin: 5px 0;
}

.semi-opaque-section .offer-ends-placeholder {
  margin-bottom: 45px;
}

.semi-opaque-section .offer-ends {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}

.custom-hr {
  width: 100%;
  border-top: 1px solid white;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

h5 {
  margin: 0;
}

p {
  margin: 0 0 10px 0;
}

.footer-widget * {
  color: white;
}

.footer-widget a {
  color: #a6ff72;
  font-weight: bold;
}

.footer-widget a:hover {
  color: #8ccf4b;
  text-decoration: underline;
}

.center-middle-section {
  text-align: center;
  margin: 20px auto;
  width: 50%;
}

@media (max-width: 768px) {
  .semi-opaque-section {
    padding: 30px;
  }

  .tombstone-wrapper {
    padding-top: 150px;
  }

  .semi-opaque-section .offer-ends {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .can {
    display: none;
  }
}

@media (max-width: 440px) {
  .item p {
    font-size: 0.8rem;
  }
}

@media (max-width: 420px) {
  .form-c-button .section-link {
    margin-bottom: 0;
  }
}

.texture-capital-logo {
  width: 25%;
}

@media (max-width: 768px) {
  .texture-capital-logo {
    width: 50%;
  }
}

@media (max-width: 440px) {
  .texture-capital-logo {
    width: 100%;
  }
}

img.step-icon {
  height: 96px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #2810bc;
  height: 60px;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fixed-header h5 {
  color: white;
  margin-left: 40px;
}
