.containerTwo {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--bs-gray-900);
  background-size: cover;
  background-position: center;
}

.contentTwo {
  padding: 40px;
  margin: 100px;
  background: rgba(0, 12, 28, 0.8784313725);
  position: relative;
  max-width: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 7px 9px 20px 1px rgba(150, 175, 225, 0.42);
  border-top: 1px solid rgba(150, 175, 225, 0.15);
  backdrop-filter: blur(3px);
  overflow: hidden;
}

.contentTwoDescription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentTwoDescription h2 {
  color: var(--bs-gray-500);
  letter-spacing: 1.3px;
  line-height: 1.6;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.contentTwoDescription p {
  line-height: 1.6;
  letter-spacing: 1.3px;
  text-align: center;
  padding: 20px;
  color: var(--bs-gray-500);
  max-width: 700px;
}

@media (max-width: 716px) {
  .contentTwo {
    margin: 20px;
    padding: 20px;
  }
}

/*# sourceMappingURL=containerTwo.css.map */
