.toggle_content_module {
  margin-bottom: 60px;
  margin-top: 30px; }
  .toggle_content_module .toggle_parent {
    border-bottom: #ccc solid 2px; }
    .toggle_content_module .toggle_parent:first-child {
      border-top: #ccc solid 2px; }
  .toggle_content_module .toggle_link {
    display: block;
    padding: 20px 0;
    padding-right: 60px;
    position: relative; }
    .toggle_content_module .toggle_link:after {
      content: " ";
      background-image: url(../img/gray-arrow-right.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 2.4rem;
      height: 2.4rem;
      position: absolute;
      display: block;
      top: 50%;
      right: 15px;
      margin-top: -1.2rem;
      transform: rotate(90deg);
      transition: transform 200ms; }
    .toggle_content_module .toggle_link.collapsed:after {
      transform: rotate(0deg); }
  .toggle_content_module .inner.content {
    padding-bottom: 1px; }
