/*@media (min-width: 1200px)*/
/*.container-privacy {*/
/*  max-width: 752px;*/
/*  !* max-width: 1145px; *!*/
/*  !* max-width: 1241px; *!*/
/*}*/
.bg {
  border-bottom: 0.5px solid #43434E;
  background:  #080808;
}
.head-title-h1 {
  margin-top: 13px;
  width: 560px;
  color: #FFF;
  text-align: center;
  font-family: 'Archivo', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: -1.12px;
}

.effective {
  margin-top: 29px;
  color: #D0D0D7;
  text-align: center;
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 27px */
}

.section-title {
  color: #FFF;
  font-family: 'Archivo', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0;

}

.section-text {
  display: flex;
  color: #DFDFE4;
  font-family: 'Archivo', sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 27px !important;
  letter-spacing: 0em;
  text-align: left !important;
  align-self: stretch !important;
}

.section-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.container-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
