/*Variables*/
/*Mixins*/
.textblock > *:last-child {
  margin-bottom: 0;
}
.textblock.has-bg {
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .textblock.has-bg {
    padding: 20px;
  }
}