.grid-adbox {
  height: 100%;
  overflow: hidden;
  padding: 24px;
  background-color: #ffffff;
}
.grid-adbox.minimal-side-padding {
  padding: 24px 5px;
}
.grid-adbox img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.grid-adbox .is-icon img {
  border-radius: 0px;
  height: 40px;
  width: auto;
}
.grid-adbox .bottom-content h1, .grid-adbox .bottom-content h2, .grid-adbox .bottom-content h3, .grid-adbox .bottom-content h4, .grid-adbox .bottom-content h5, .grid-adbox .bottom-content h6 {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.grid-adbox .bottom-content.center-text h1, .grid-adbox .bottom-content.center-text h2, .grid-adbox .bottom-content.center-text h3, .grid-adbox .bottom-content.center-text h4, .grid-adbox .bottom-content.center-text h5, .grid-adbox .bottom-content.center-text h6 {
  text-align: center;
}
.grid-adbox .bottom-content.left-text h1, .grid-adbox .bottom-content.left-text h2, .grid-adbox .bottom-content.left-text h3, .grid-adbox .bottom-content.left-text h4, .grid-adbox .bottom-content.left-text h5, .grid-adbox .bottom-content.left-text h6 {
  text-align: left;
}
.grid-adbox .bottom-content.right-text h1, .grid-adbox .bottom-content.right-text h2, .grid-adbox .bottom-content.right-text h3, .grid-adbox .bottom-content.right-text h4, .grid-adbox .bottom-content.right-text h5, .grid-adbox .bottom-content.right-text h6 {
  text-align: right;
}
.grid-adbox .bottom-content .button-container {
  padding-top: 15px;
}