.privacy-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 0px 120px;
  position: relative;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 0.15) 0%,
      rgba(255, 48, 61, 0.15) 100%),
    linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}

.privacy-section .privacy-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 0px 40px;
  position: relative;
  flex: 0 0 auto;
}

.privacy-section .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  background: linear-gradient(237deg,
      rgba(14, 164, 226, 1) 0%,
      rgba(255, 48, 61, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-weight: 700;
  color: transparent;
  font-size: 62.7px;
  letter-spacing: 0;
  line-height: 1.75;
  white-space: nowrap;
}

.privacy-section .privacy-thumb {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.privacy-section .privacy {
  display: flex;
  align-items: center;
  padding: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 0 0 20px 0 #FFF inset, 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  flex-direction: column;
}



.privacy-section .card-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  width: 1040px;
  margin-bottom: 56px;
}

.privacy-section .h {
  position: relative;
  width: 888px;
  margin-top: -1.00px;
  font-family: Montserrat;
  font-weight: 700;
  color: #282e3f;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.privacy-section .p {
  position: relative;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #282e3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}

.privacy-section .div {
  position: relative;
  width: 312px;
  height: 234px;
  background-image: url(./img/image-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.privacy-section ul {
  position: relative;
  width: 888px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #282e3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 3;
  padding-left: 20px;;
}

.privacy-section ol {
  position: relative;
  width: 888px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #282e3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 20px;;
}

.privacy-section li {
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
  margin-bottom: 0.3em;
}

.privacy-section .h-2 {
  position: relative;
  width: 592px;
  margin-top: -1.00px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #282e3f;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
}


@media (max-width: 1440px) {
  .privacy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16.67vw 0 8.33vw;
    position: relative;
    background: linear-gradient(237deg,
        rgba(14, 164, 226, 0.15) 0%,
        rgba(255, 48, 61, 0.15) 100%),
      linear-gradient(0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    z-index: -1;
    box-shadow: 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }
  .privacy-section .privacy-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.56vw;
    padding: 0 0 2.78vw;
    position: relative;
    flex: 0 0 auto;
  }
  .privacy-section .text-wrapper {
    position: relative;
    width: fit-content;
    background: linear-gradient(237deg,
        rgba(14, 164, 226, 1) 0%,
        rgba(255, 48, 61, 1) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: Montserrat;
    font-weight: 700;
    color: transparent;
    font-size: 4.35vw;
    letter-spacing: 0;
    line-height: 1.75;
    white-space: nowrap;
  }
  .privacy-section .privacy-thumb {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.67vw;
    position: relative;
    flex: 0 0 auto;
  }
  .privacy-section .privacy {
    display: flex;
    align-items: center;
    padding: 5.56vw;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.56vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(0.69vw) brightness(100%);
    -webkit-backdrop-filter: blur(0.69vw) brightness(100%);
    flex-direction: column;
  }
  .privacy-section .card-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.11vw;
    padding: 0;
    position: relative;
    flex: 0 0 auto;
    width: 72.22vw;
    margin-bottom: 3.89vw;
  }
  .privacy-section .h {
    position: relative;
    width: 61.67vw;
    font-family: Montserrat;
    font-weight: 700;
    color: #282e3f;
    font-size: 1.81vw;
    letter-spacing: 0;
    line-height: 2.67vw;
  }
  .privacy-section .p {
    position: relative;
    width: 61.67vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282e3f;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .privacy-section .div {
    position: relative;
    width: 21.67vw;
    height: 16.25vw;
    background-image: url(./img/image-2.png);
    background-size: cover;
    background-position: 50% 50%;
  }
  .privacy-section ul {
    position: relative;
    width: 61.67vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282e3f;
    font-size: 1.25vw;
    letter-spacing: 0;
    padding-left: 1.39vw;
  }
  .privacy-section ol {
    position: relative;
    width: 61.67vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282e3f;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 1.39vw;
  }
  .privacy-section li {
    text-indent: -1em;
    padding-left: 1em;
    word-break: break-all;
    margin-bottom: 0.3em;
  }
  .privacy-section .h-2 {
    position: relative;
    width: 41.11vw;
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #282e3f;
    font-size: 2.22vw;
    letter-spacing: 0;
    line-height: 2.22vw;
  }  
}








@media (max-width: 768px) {
  .privacy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32vw 0 8.33vw;
    position: relative;
    background: linear-gradient(237deg,
        rgba(14, 164, 226, 0.15) 0%,
        rgba(255, 48, 61, 0.15) 100%),
      linear-gradient(0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    z-index: -1;
    box-shadow: 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
  }
  .privacy-section .privacy-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.56vw;
    padding: 0 0 6vw;
    position: relative;
    flex: 0 0 auto;
  }
  .privacy-section .text-wrapper {
    position: relative;
    width: fit-content;
    background: linear-gradient(237deg,
        rgba(14, 164, 226, 1) 0%,
        rgba(255, 48, 61, 1) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: Montserrat;
    font-weight: 700;
    color: transparent;
    font-size: 7vw;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
  }
  .privacy-section .privacy-thumb {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.67vw;
    position: relative;
    flex: 0 0 auto;
  }
  .privacy-section .privacy {
    width: 88.5vw;
    flex-direction: column;
    padding: 10.6vw;
    border-radius: 2.13vw;
    border: 0.07vw solid;
    border-color: #ffffff;
    box-shadow: 0 0 1.39vw 0 #FFF inset, 0 0.69vw 1.74vw 0 rgba(0, 0, 0, 0.05);
    flex-direction: column;
  }
  .privacy-section .card-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;
    padding: 0;
    position: relative;
    flex: 0 0 auto;
    width: 72.22vw;
    margin-bottom: 6.5vw;
  }
  .privacy-section .h {
    position: relative;
    width: 61.67vw;
    font-family: Montserrat;
    font-weight: 700;
    color: #282e3f;
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .privacy-section .p {
    width: 61.67vw;
    width: 71.4vw;
    font-size: 3vw;
    line-height: 150%;
  }
  .privacy-section .div {
    position: relative;
    width: 21.67vw;
    height: 16.25vw;
    background-image: url(./img/image-2.png);
    background-size: cover;
    background-position: 50% 50%;
  }
  .privacy-section ul {
    position: relative;
    width: 61.67vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282e3f;
    font-size: 1.25vw;
    letter-spacing: 0;
    padding-left: 3vw;
  }
  .privacy-section ol {
    position: relative;
    width: 61.67vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #282e3f;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 3vw;
  }
  .privacy-section li {
    text-indent: -1em;
    padding-left: 1em;
    word-break: break-all;
    margin-bottom: 0.3em;
  }
  .privacy-section .h-2 {
    position: relative;
    width: 41.11vw;
    font-family: "Montserrat-Bold", Helvetica;
    font-weight: 700;
    color: #282e3f;
    font-size: 2.22vw;
    letter-spacing: 0;
    line-height: 2.22vw;
  }  
}