/*@media (min-width: 1200px)*/
/*.container-privacy {*/
/*  max-width: 752px;*/
/*  !* max-width: 1145px; *!*/
/*  !* max-width: 1241px; *!*/
/*}*/
.bg {
  background: #FAFAFA;
}

.container-border {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid  #DFDFE4;
  background: #FFF;
}
.head-title-h1 {
  width: 560px;
  text-align: left;
  color:  #232329;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px;
  letter-spacing: -1.92px;
}

.effective {
  margin-top: 32px;
  color:  #A1A1AF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

}

.section-title {
  color:  #232329;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px; /* 33.6px */
  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;*/

  color: #43434E;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.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: 32px;
}
