.panel {
  padding: 10px 40px 0;
  background-color: #fff;

  &:first-child {
    padding-top: 30px;
  }

  .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #f5f5f5;
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    color: #333333;
  }
}
