.privacy-mode{
  overflow: hidden;
}

.privacy-mode .container {
  display: flex;
  max-width: 1440px;
  flex-flow: row wrap;
  align-items: center;
  padding: 4rem 2rem;
  gap: 30px; /* space between image and text */
}

.privacy-mode .container > div{
    flex:1 1 300px;
}

.privacy-mode .left img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.privacy-mode h4 {
  font-size: 14px;
  color: #0066ff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.privacy-mode h2 {
  margin-bottom: 15px;
}

.privacy-mode p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}