.process-section .title-box.text-center .line-box .line-1,
.process-section .title-box.text-center .line-box .line-3 {
    right: 68px;
}

.process-section .title-box.text-center .line-box .line-2 {
    right: 75px;
}

.process-block-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process-box .shape-1 {
    position: absolute;
    top: -60px;
    left: 165px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
}


.process-block-one figure.image {
    padding: 18px;
    width: 300px;
    height: 300px;
    border: 1px dashed #B8B8B8;
    border-radius: 50%;
    display: inline-block;
}

.process-block-one figure.image img{
    border-radius: 50%;
}

.process-box {
    width: 300px;
}

span.process-number {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 12px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

@media only screen and (max-width: 1275px){

    .process-box .shape-1 {
       display: none;
    }
  
  }

  @media only screen and (max-width: 962px){

    .process-block-one {
        flex-direction: column;
    }

    .process-box {
        margin-bottom: 25px;
    }
  
  }

