.complience-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.security-standards-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1faff;
}

.security-standards-main {
  display: flex;
  justify-content: space-between;
}

.security-standards-content,
.security-standards-all {
  width: 45%;
}

.security-standards-content h2 {
  color: #031c52;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.security-standards-content .ss-desc {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.ss-point-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ss-point-item p {
  margin-bottom: 0;
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.security-standard-item {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.security-standard-item:last-child {
  margin-bottom: 0;
}

.security-standard-item img {
  margin-bottom: 24px;
  height: 80px;
  width: auto;
}

.security-standard-item h6 {
  color: #031c52;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.security-standard-item p {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.security-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
  min-height: 87vh;
}

.security-content {
  width: 55%;
}

.security-cover {
  width: 43%;
}

.security-content h1 {
  margin-bottom: 54px;
  color: #031c52;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}

.security-content h1 span {
  font-size: 40px;
}

.security-extra-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.security-extra-item {
  margin-bottom: 32px;
  max-width: 1000px;
}

.security-extra-title h5 {
  margin: 0;
  color: #031c52;
  font-size: 18px;
  font-weight: 600;
}

.security-extra-title img {
  width: 28px;
}

.security-extra-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.security-extra-left,
.security-extra-right {
  width: 48%;
}
