@media print, screen and (min-width: 768px) {
  .experience_col.col.col2-1 > *:first-child {
    width: 78%;
  }
}
@media print, screen and (min-width: 768px) {
  .experience_col.col.col2-1 > *:last-child {
    width: 22%;
  }
}

@media print, screen and (min-width: 768px) {
  .experience_profile {
    max-width: 133px;
  }
}
@media only screen and (max-width: 767px) {
  .experience_profile {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .experience_profile img {
    width: 32.5%;
  }
}
@media only screen and (max-width: 767px) {
  .experience_profile figcaption {
    margin-left: 2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media print, screen and (min-width: 768px) {
  .experience_qa_parent_col2 {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .experience_qa_parent_col2 .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

.invest-note_img {
  margin-top: 1em;
}