.leasepunch-security-section {
  background: #edf6f3;
}

.leasepunch-deployment-banner {
  align-items: center;
  background: #078b84;
  border-radius: 13px;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 29px;
}

.leasepunch-deployment-banner strong {
  font-size: 23px;
  font-weight: 600;
  white-space: nowrap;
}

.leasepunch-deployment-banner span {
  color: #d9f3ef;
  font-size: 15px;
  line-height: 1.5;
  max-width: 650px;
}

.leasepunch-security-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.leasepunch-security-card {
  background: #fff;
  border: 1px solid #cfe1dc;
  border-radius: 13px;
  padding: 28px;
}

.leasepunch-security-card h3 {
  color: #153554;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 11px;
}

.leasepunch-security-card p {
  color: #526d6a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.leasepunch-security-proof {
  background: rgba(255, 255, 255, .78);
  border-left: 4px solid #f3ca52;
  border-radius: 0 9px 9px 0;
  color: #52616b;
  font-size: 13px;
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 16px 18px;
}

.leasepunch-security-proof a {
  color: #056c67;
  font-weight: 700;
  margin-left: 4px;
}

@media (max-width: 820px) {
  .leasepunch-deployment-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .leasepunch-deployment-banner strong {
    white-space: normal;
  }

  .leasepunch-security-grid {
    grid-template-columns: 1fr;
  }
}
