.flyer {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
  background-color: #CCDBE9;
  height: fit-content;
  box-sizing: border-box;
}

.flyer h3 {
  margin: 0;
  font-size: 27px;
  line-height: 37px;
}

.flyer__button {
  margin-top: auto;
  width: fit-content;
}