.cc-banner.cc-bottom {
  padding: 1em 4rem;
  flex-direction: column;
  font-family: "swiss",sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.cc-window.cc-banner {
flex-direction: column;
    font-family: "swiss",sans-serif;
  font-size: 12px;
}
.cc-btn:last-child {
  margin-top: 20px;
  display: absolute;
  border: 2px solid #018D6C;
  border-radius: 4px;
  color: #018D6C;
}

.cc-btn:last-child:hover {
  filter: brightness(1.1);
  color: #018D6C;
  border-color: #018D6C;
  background-color: #018D6C;
}
.cc-btn:first-child {
  display: none;
}