.number-process-001 .sppb-blocknumber-number {
    height: 110px !important;
    width: 110px !important;
    font-size: 35px !important;
    font-weight: 800 !important;
    border: 1px solid #eed662 !important;
    color: #fab51c !important;
    background: #f7f7f7 !important;
}

@media(max-width:991px){
.number-process-001 .sppb-blocknumber-number {
    height: 70px !important;
    width: 70px !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    border: 1px solid #eed662 !important;
    color: #fab51c !important;
    background: #f7f7f7 !important;
}}

.number-process-001 h3.sppb-media-heading {
    color: #67562e;
    font-size: 18px;
    line-height:1.4;
    margin-bottom: 12px;
}
.number-process-001 .sppb-blocknumber.sppb-media {
    margin-bottom: 50px;
}

@media(max-width:991px){
.number-process-001 .sppb-blocknumber.sppb-media {
    margin-bottom: 0px;
  }}


@media(max-width:991px){
.number-process-001 h3.sppb-media-heading {
    margin-bottom: 20px;
  }}


@media(max-width:991px){
.number-process-001 h3 {
    font-size: 13px !important;
   margin-bottom: 0px;
}}

.border-company-001 {
    border-bottom: 1px solid #000;
}

@media(max-width:991px){
.border-company-001 {
    border-bottom: 0px solid #000;
}}

.circle-border-001 {
    position: relative;
}

.circle-border-001:before {
    position: absolute;
    content: "";
    width: 2px;
  height: 15%;
    background: #9f9d98;
    border-radius: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.sppb-column-addons {}

.circle-border-001:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #feb81c;
    border-radius: 50%;
    bottom: -5px;
    right: 0px;
    left: 0px;
    margin: auto;
}

@media(max-width:991px){
.circle-border-001:after {
    display:none;
}

.circle-border-001:before {
        display:none;
}}