body {
  margin: 0;
  font-family: "Source Sans Pro";
}

h1, h2, h3, h4, p {
  font-weight: 500;
  margin: 0;
}

.custom-container {
  width: 1200px;
  margin: auto;
  height: 100%;
}
@media all and (max-width: 1199px) {
  .custom-container {
    width: 800px;
  }
}
@media all and (max-width: 991px) {
  .custom-container {
    width: 600px;
  }
}
@media all and (max-width: 767px) {
  .custom-container {
    width: 350px;
  }
}

.flex {
  display: flex;
  gap: 15px;
}

#common-tc-page {
  background: #1E1E1E;
  color: #fff;
  height: 100%;
}
#common-tc-page .top-content {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#common-tc-page .top-content .image-item img {
  width: 130px;
}
@media all and (max-width: 1199px) {
  #common-tc-page .top-content .image-item img {
    width: 80px;
  }
}
#common-tc-page .top-content .title-item {
  padding: 30px 0px;
}
#common-tc-page .top-content .description p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 991px) {
  #common-tc-page .top-content .description p {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  #common-tc-page .top-content .description p {
    font-size: 16px;
  }
}
#common-tc-page .main-content .item-inner .single-item {
  padding-top: 50px;
}
@media all and (max-width: 767px) {
  #common-tc-page .main-content .item-inner .single-item {
    padding-top: 20px;
  }
}
#common-tc-page .main-content .item-inner .single-item .small-title {
  padding-bottom: 16px;
}
#common-tc-page .main-content .item-inner .single-item .text-item p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 991px) {
  #common-tc-page .main-content .item-inner .single-item .text-item p {
    font-size: 14px;
  }
}
#common-tc-page .main-content .item-inner .single-item .contact-item {
  padding-top: 15px;
}
#common-tc-page .main-content .item-inner .single-item .contact-item a {
  color: #E0FE67;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
#common-tc-page .main-content .item-inner .single-item .contact-item a svg path {
  stroke: #E0FE67;
}
#common-tc-page .main-content .item-inner .single-item .contact-item a p {
  color: #E0FE67;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .text-40 {
    font-size: 25px;
  }
}

.lock-content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lock-content .image-item img {
  width: 17%;
}
@media all and (max-width: 1450px) {
  .lock-content .image-item img {
    width: 12%;
  }
}
@media all and (max-width: 767px) {
  .lock-content .image-item img {
    width: 25%;
  }
}

@media all and (max-width: 1450px) {
  .text-20 {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=privacy-policy.css.map */