.text-puff .col-xs-12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; }
.text-puff figure {
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  .text-puff figure img {
    width: 100%; }
.text-puff h3 {
  margin: 0;
  margin-bottom: .3rem; }
.text-puff p {
  margin-top: 0; }
.text-puff .btn-container {
  text-align: right; }
@media (max-width: 991.98px) {
  .text-puff .col-xs-12 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .text-puff .btn-container {
    text-align: center; } }

/*# sourceMappingURL=text-puff.css.map */
