.broshure { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; gap: 60px; padding-bottom: 60px; }
.broshure:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background-color: #F5F5F5; border-radius: 15px; z-index: -1; }
@media screen and (min-width:769px) {
  .broshure .btn-t-link { padding-bottom: 30px; }
}