.onboarding-process,
.op__row {
  isolation: isolate;
  position: relative;
}

.onboarding-process {
  padding: 80px 0;
}

.onboarding-process::before {
  content: '';
  background-image: url(https://7751165.fs1.hubspotusercontent-na1.net/hubfs/7751165/Accents/Frame.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 245px;
  width: 660px;
  position: absolute;
  top: 300px;
  left: -60px;
  z-index: -1;
}

.onboarding-process *:last-child {
  margin-bottom: 0;
}

.op__row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.op__left-content, 
.op__right-content {
  width: 100%;
}

.op__row h2,
.op__row h3,
.op__row h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
}

.op__row h4 {
  margin-bottom: 8px;
}

.op__row h4:not(:first-child) {
  margin-top: 32px;
}

.op__boxed-content {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  padding: 30px 40px 40px 30px;
  position: relative;
}

.op__boxed-content::after {
  content: "";
  border: solid 3px #000;
  border-radius: 40px;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
}

.op__row p,
h3.op__title {
  margin-bottom: 32px;
}

.op__icon {
  margin-bottom: 40px;
}

@media (min-width: 801px) {
  
  .onboarding-process::before {
    top: 345px;
  }
  
  .op__row {
    flex-direction: row;
    margin-bottom: 95px;
  }
  
  .op__row:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .op__row:nth-child(even) .op__right-content {
    text-align: right;
  }

  .op__row:not(:last-child)::before, 
  .op__row::after {
    content: '';
    position: absolute;
    background-color: #000;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .op__row:not(:last-child)::before {
    height: calc(100% + 95px);
    width: 2px;
  }

  .op__row::after {
    border-radius: 5px;
    height: 8px;
    width: 8px;
  }

  .op__left-content, 
  .op__right-content {
    width: 44%;
  }

  .op__boxed-content::after {
    top: -16px;
    left: -16px;
    bottom: 16px;
    right: 16px;
  }
}

@media (min-width: 768px) {
  .onboarding-process {
    padding: 140px 0;
  }

  .op__row h2 {
    font-size: 45px;
    line-height: 1.24;
  }

  .op__row h3 {
    font-size: 40px;
  }

  .op__row h4 {
    font-size: 30px;
    line-height: 1.33;
  }

  .op__row p {
    font-size: 24px;
    line-height: 1.33;
  }
  
  .op__image {
    margin-top: 160px;
  }
  
  .op__boxed-content {
    padding: 40px 72px 72px 40px;
  }
}

@media (max-width: 1080px) {
  .onboarding-process::before {
    opacity: 0.1;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .op__boxed-content {
    padding: 30px 52px 52px 30px;
  }
  
  .op__row h2 {
    font-size: 38px;
  }
  
  .op__row p {
    font-size: 20px;
  }
}

@media (max-width: 800px) {  
  .op__image {
    display: none;
  }
}
  .op__row h3 {
    font-size: 28px;
  }
  
  .op__boxed-content {
    margin-bottom: 60px !important;
  }
}