header {
  background-color: #0e1f2b;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 197px;
}

header .container .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

header .container .links a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

header .container .links .pt {
  border-right: 1px solid #ce9461;
  padding-right: 15px;
}

.banner-como-atuamos {
  background-image: url(../img/como-atuamos.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 574px;
}

.como-atuamos-descricao {
  background-color: #0e1f2b;
  padding: 110px 0;
}

.como-atuamos-descricao .container p {
  color: white;
  font-size: 25px;
  margin-bottom: 90px;
}

.button a {
  color: #ce9461;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

@media only screen and (max-width: 900px) {
  header .container {
    height: 85px;
  }
  header .container .links a img {
    display: none;
  }
  .logo img {
    height: 51px;
  }

  .button a {
    margin-top: 30px;
  }

  .banner-como-atuamos {
    height: 143px;
  }

  .como-atuamos-descricao {
    padding: 40px 0;
  }

  .como-atuamos-descricao .container p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
