.wp-block-cozy-block-banner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.wp-block-cozy-block-banner .wp-block-button a {
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.wp-block-cozy-block-banner .wp-block-button a:hover {
  background: #2CAE9E;
}
