.centerImg {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 645px;
    max-width: 100%;
}

.centerImg .item {
    flex: none;
    width: 200px;
    max-width: 100%;
    text-align: center;
}

.centerImg img {
    width: 60px;
}



figure.side_image {
  width: 100%;
  display: flex;
  justify-content: center;
}

figure.side_image img {
    max-width: 100%;
    height: auto;
}

div.parent_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

p.side_text {
  display: inline-block;
  width: 100%;
  padding: var(--size-thick-space);
}


.ly_topContent_life-size-panels {
    padding: var(--size-thick-space);
}
