.navheader {
  background-color: #062134;
  height: 110px;
  width: 100%;
  margin: 0;
  color: white;
  align-items: center;
}
.navheader h3 {
  color: white;
}
.navheader h3 span {
  color: #7cdf51;
}
.navheader p {
  color: white;
}
.navheader .left {
  text-align: left;
}
.navheader .center {
  text-align: center;
}
.navheader .center h3 {
  color: #7cdf51;
}
.navheader .center h3 span {
  color: #06e6f5;
}
.navheader .right h3 {
  text-align: right;
}

.banner {
  display: flex;
  justify-content: center;
}

.search {
  display: flex;
  justify-content: right;
  width: 1450px;
  max-width: 1900px;
  margin-top: 10px;
}
.search form {
  max-width: 700px;
  border-bottom: 1px solid #062134;
}
.search form input {
  background: transparent;
  flex: 1;
  border: 0;
  outline: none;
}
.search form button {
  background: transparent;
  border: 0;
  font-size: 25px;
  color: black;
}
.search form button i {
  width: 10px;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content .container {
  width: 1450px;
  max-width: 1900px;
}
.content .container .card {
  margin-top: 2rem;
}