div.horiz-sect {
  	align-items:flex-start;
  	display:flex;
  	gap:1rem;
}

@media only screen and (max-width: 640px) {
  div.horiz-sect {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  div.horiz-sect img {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .ckeditor-accordion dt,
  .ckeditor-accordion dd {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  img.align-left {
    float: none;
    margin: 0 auto;
  }
}
