header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 172px;
}
header .secuity-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0;
}

header .security-content-1 {
  height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: rgb(206, 0, 0);
  padding: 0 5px;
  padding-bottom: 5px;
  border-radius: 10px 0 0 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
}

header .security-content-1 h2 {
  color: #fff;
  font-weight: 300;
}

header .security-content-2 {
  color: #000;
  height: 48px;
  font-family: 'Poppins', sans-serif;
  padding: 0 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .security-content-3 {
  height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: rgb(209, 209, 209);
  padding: 0 5px;
  padding-bottom: 5px;
  border-radius: 0 10px 10px 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
}

header .security-content-3 h2 {
  font-weight: bold;
  font-size: 30px;
  color: rgb(206, 0, 0);
}

header .title-container {
  padding: 20px 0;
  background-color: rgb(206, 0, 0);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

header .title-content {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 24px;
}
