.s2_profile_s1_row {
  grid-template-columns: auto 412px;
}

.s2_profile_s2_col > .col-inner {
  position: absolute;
  bottom: 0;
}

.s2_profile_s2_col_s1_col:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    #ffffff 20.23%,
    rgba(255, 255, 255, 0) 73.54%
  );
}

.s3_profile_s1_row {
  grid-template-columns: auto minmax(auto, 375px);
}

.s3_profile_s4_col_row {
  display: grid !important;
  grid-template-columns: minmax(60px, auto) 1fr;
  gap: 16px;
}

.s3_profile_s2_col_row {
  display: grid !important;
  gap: 24px;
  grid-template-columns: auto 1fr;
}

.profile-roadmap:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 100%;
  background-image: url(/wp-content/themes/flatsome-child/assets/images/profile/s3_profile_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 28px;
  background-size: auto 100%;
}

@media screen and (max-width: 849px) {
  .s1_profile:after {
    top: 50%;
    width: 100%;
  }
  .s2_profile_s2_col > .col-inner {
    position: relative !important;
  }
  .s2_profile_s1_row {
    display: flex !important;
    flex-flow: column-reverse !important;
  }
  .profile-roadmap:before {
    left: 14px;
  }
}
