#services {
    margin: 0;
    background-color: var(--color-purple);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 150px;
    padding-top: 100px;
    overflow: hidden;
}

#services-2 {
    margin: 0;
    background-color: #49366F;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 150px;
    padding-top: 150px;
    overflow: hidden;
}

#services h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 100px;
}

#services .color-orange {
    color: var(--color-orange);
}

.services-content h3 {
    font-weight: 600;
    margin-top: 50px;
}

.services-content h3,
.services-content p,
.services-content a,
.services-content {
    color: #fff
}

.services-content.order-xs-2 p {
    max-width: 485px
}

.services-content a:hover,
.services-content a {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1;
}

.new-list-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-list-services ul li {
    padding: 10px 60px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    background: #49366F;
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
}

.new-list-services ul li::before {
    content: '';
    background: url(./imgs/check-shield.svg) center center no-repeat;
    background-size: contain;
    width: 57px;
    height: 68px;
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
}

.new-list-services ul li::after {
    content: '';
    background: var(--color-purple-light);
    width: 42px;
    height: 52px;
    position: absolute;
    top: calc(50% - 26px);
    right: -21px;
    display: block;
}

.new-list-services ul li:last-child {
    margin: 0;
}

.new-list-services-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-list-services-2 ul li {
    padding: 10px 60px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    background: var(--color-purple);
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
}

.new-list-services-2 ul li::before {
    content: '';
    background: url(./imgs/check-shield-2.svg) center center no-repeat;
    background-size: contain;
    width: 62px;
    height: 62px;
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
}

.new-list-services-2 ul li::after {
    content: '';
    background: var(--color-orange);
    width: 42px;
    height: 52px;
    position: absolute;
    top: calc(50% - 26px);
    right: -21px;
    display: block;
}

.new-list-services-2 ul li:last-child {
    margin: 0;
}

.row-workflow-audit {
    margin-top: 250px;
}

.row-workflow-audit h3 {
    color: #fff;
}

.container-steps {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 150px auto 0;
    display: table;
    width: 100%;
    position: relative;
}

.container-steps ul:before {
    content: '';
    width: 100%;
    max-width: 1305px;
    height: 1.5px;
    background: url(./imgs/Line-19.png) center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -50px;
    left: 30px;
}

.container-steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container-steps li {
    width: 20%;
    float: left;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}

.container-steps li:nth-child(4) {
    width: 25%
}

.container-steps li:nth-child(5) {
    width: 15%
}

.container-steps li::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 15px;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.container-steps li:first-child:before {
    left: 9px
}

.container-steps li:nth-child(2):before {
    left: 9px
}

.container-steps li:nth-child(3):before {
    left: 12px
}

.container-steps li:last-child:before {
    background: url(./imgs/check-shield-3.svg) center center no-repeat;
    background-size: contain;
    width: 41px;
    height: 49px;
    left: 110px;
    border-radius: 0;
    top: -75px;
}

.container-steps li strong {
    font-size: 78px;
    font-weight: bold;
    line-height: 60px;
    margin-right: 20px;
    color: var(--color-purple-light);
}

.container-steps li span {
    max-width: 160px;
}

@media screen and (max-width: 991px) {
    .new-list-services-2 ul li,
    .new-list-services li{
      transform: translate(0px, 0px) !important;
      opacity: 1 !important;
      visibility: inherit !important;
    }
    .services-infrastructure-and-security{
      left: 0 !important;
      top: 0 !important;
      position: relative !important;
    }
    .container-steps li strong {
        font-size: 50px;
        margin-left: 20px;
    }
    .row-workflow-audit h3 {
        margin-top: 40px;
    }
    #services {
        padding: 50px 0 !important;
        min-height: 100%;
    }
    #services h1 {
        margin-bottom: 40px;
    }
    .container-steps ul:before {
        top: -30px;
        left: 0;
        background: transparent;
        right: 0;
        margin: 0 auto;
        width: 1.5px;
        height: 100%;
        border: 1px dashed #BE99F5;
        display: none;
    }
    .container-steps li img {
        top: 0;
        margin-left: 15px;
        margin-right: 15px
    }
    .container-steps li span {
        max-width: 100%;
    }
    .container-steps li {
        width: 100% !important;
        background: #49366F;
        padding: 10px 0;
        margin: 0 0 15px;
        align-items: center;
    }
    .container-steps li:last-child {
        margin-bottom: 0 !important;
        width: 100%;
    }
    .container-steps li::before {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -55px;
        display: none;
    }
    .container-steps li:last-child:before {
        background: url(./imgs/check-shield-3.svg) center center no-repeat;
        background-size: contain;
        top: -60px;
        height: 45px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: none;
    }
    .row-workflow-audit,
    .container-steps {
        margin-top: 30px;
    }
    .services-content h3 {
        margin-top: 0px;
    }
    .services-content a {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .pin-spacer{
      padding: 0 !important;
      height: auto !important;
    }
    section#services-2{
        padding: 50px 0 !important;
        min-height: 0 !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: inline-block !important;
        width: 100% !important;
        height: auto !important;
        max-height: initial !important;
    }
}
