/* line 12, ../etfcircle-static/static/scss/variables.scss */
:root {
  --color-primary: #002F58;
  --color-blue-2: #00549D;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: #70778b;
  --color-heading: $color-primary;
  --color-golden-1: $color-tertiary;
  --color-golden-2: #FFAF26;
  --color-border: #e7e7ed;
  --font-size-section-heading: 34px; }

/* line 4, ../etfcircle-static/static/user/scss/profile-resume.scss */
.resume-section-list ul {
  list-style: none;
  margin: 0;
  padding-right: 16px; }
  /* line 9, ../etfcircle-static/static/user/scss/profile-resume.scss */
  .resume-section-list ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-bottom: 30px;
    position: relative; }
    /* line 17, ../etfcircle-static/static/user/scss/profile-resume.scss */
    .resume-section-list ul li:not(:last-child):before {
      content: '';
      position: absolute;
      left: 0px;
      top: 8px;
      width: 1px;
      height: 100%;
      background-color: #fe6d73; }
    /* line 27, ../etfcircle-static/static/user/scss/profile-resume.scss */
    .resume-section-list ul li:after {
      content: '';
      position: absolute;
      left: -5px;
      top: 8px;
      width: 12px;
      height: 12px;
      border: 1px solid #fe6d73;
      border-radius: 100%;
      background-color: #ffffff; }
    /* line 39, ../etfcircle-static/static/user/scss/profile-resume.scss */
    .resume-section-list ul li a {
      margin-left: 10px; }
    /* line 44, ../etfcircle-static/static/user/scss/profile-resume.scss */
    .resume-section-list ul li .portfolio-info img {
      height: 100px;
      object-fit: cover;
      width: 100px; }
