.layout-builder__section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.layout-builder__section .text {
  flex: .8;
}
.layout-builder__section .link {
  flex: .2;
  margin-left: 21px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.layout-builder__section .text .title {
  margin-bottom: 21px;
}
.layout-builder__section .text .body {
  max-height: 200px;
  overflow: hidden;
}
