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

.bottom-image {
    text-align: center;
    margin: 100px 0 0;
}

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

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

.number-headline {
    font-size: 78px;
}

.headline-process {
    margin-bottom: 100px;
    text-align: center;
}

.title-process-row {
    display: flex;
    align-items: center;
    justify-content: start;
}

.title-process-row span {
    margin-right: 15px;
}

.services-content h3 {
    font-weight: var(--font-weight-black);
}

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

.services-content a:hover,
.services-content a {
    font-size: 48px;
    font-weight: bold;
    color: #fff
}

.support-content-single {
    min-height: 260px;
    position: relative;
    margin-bottom: 50px;
    color: #fff;
}

.support-content-single::after {
    content: '';
    width: 100%;
    height: 27px;
    background: #49366F;
    position: absolute;
    left: 0;
    bottom: 0;
}

.support-content-single h3 {
    margin: 0 0 30px;
    font-weight: var(--font-weight-black);
}

.service-image {
    position: relative;
}

.service-list-3 ul {
    list-style: none;
    padding: 0;
    max-width: 200px;
    display: table-cell;
    margin: 0 auto;
    width: auto;
}

.service-list-3 ul li img {
    margin-bottom: 10px;
}

.service-list-3 ul li {
    width: 100%;
    margin-bottom: 30px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.service-list-3 ul li {
    padding: 20px;
    background: #49366F;
    border-radius: 11px;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
}

.container-bottom-services {
    padding-top: 100px;
    padding-bottom: 200px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.box-bottom-services {
    margin-bottom: 75px;
}

.box-bottom-services h3 {
    font-weight: var(--font-weight-black);
    color: #fff;
    line-height: 30px;
}

.box-bottom-services {
    color: #fff;
    max-width: 290px;
}

.general-list-services .order-1 {
    position: relative;
}

.service-image-2 {
    position: absolute;
    bottom: -220px;
    left: 200px;
}

.service-image-3 {
    position: absolute;
    top: 110px;
    right: 40px;
}

.service-image-1::before {
    content: '';
    background: #FD7655;
    position: absolute;
    top: 40px;
    right: 75px;
    width: 240px;
    z-index: 1;
    height: 240px;
}

.service-image-2::before {
    content: '';
    background: var(--color-purple-light);
    position: absolute;
    top: -250px;
    left: -150px;
    width: 240px;
    z-index: -1;
    height: 390px;
}

.icon-center-process {
    text-align: center;
}

.row-single-image {
    margin-bottom: 100px;
}

.process-row p {
    margin-bottom: 30px;
    max-width: 430px;
    color: var(--color-purple-medium);
}

.bottom-title h3 {
    margin: 100px auto 0;
    display: table;
    max-width: 1114px;
    text-align: center;
    font-weight: bold;
}

.mt-10 {
    margin-top: 100px;
}

@media screen and (min-width: 992px) {
    .service-image-1 {
        padding-left: 100px;
    }
    #services-3 {
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    #services-3::before {
        width: 70px;
        height: 70px;
        top: -35px;
    }
    .container-order .row {
        display: flex;
        flex-direction: column;
    }
    .container-order .icon-center-process {
        order: 1;
    }
    .container-order .process-row {
        order: 2;
    }
    .headline-process {
        margin-bottom: 30px;
    }
    .row-single-image {
        margin-bottom: 10px;
    }
    .support-content-single::after {
        bottom: -30px;
    }
    .support-content-single h3 {
        margin-top: 30px;
    }
    #services {
        padding-top: 100px;
    }
    #services h1 {
        margin-bottom: 40px;
    }
    .general-list-services {
        margin: 50px auto;
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .services-content a:hover,
    .services-content a {
        font-size: 28px;
    }
    .row-support-listing {
        margin-bottom: 0
    }
    .service-image-1::before,
    .service-image-2::before {
        display: none;
    }
    .service-image-2 {
        position: relative;
        bottom: 60px;
        left: 0;
        z-index: 1;
    }
    #services-3 {
        padding: 20px 0 20px;
    }
}

.single-box-process {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    float: none;
    margin-bottom: 30px;
}

.single-box-process img {
    margin: 0 0 20px;
}

.title-single-box-process {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    max-width: 150px;
}

.link-single-box-process {
    color: var(--color-purple);
    font-size: 15px;
    position: relative;
    margin-right: 40px;
}

.link-single-box-process::after {
    content: '';
    position: absolute;
    background: url('./imgs/icon-custom.svg') center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: -30px;
    bottom: 5px;
    transform: translateX(0);
    transition: .25s all;
}

.link-single-box-process:hover:after {
    transform: translateX(5px);
    transition: .25s all;
    filter: brightness(0) invert(1);
}

.link-single-box-process:hover {
    color: #fff;
}

.single-box-process .wrapper-single-box-process {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    min-height: 240px;
    width: 100%;
    float: right;
    padding: 30px 15px;
    position: relative;
    z-index: -1;
}

.single-box-process.color-orange .wrapper-single-box-process {
    background: var(--color-orange);
}

.single-box-process.color-cyan .wrapper-single-box-process {
    background: var(--color-cyan);
}

.single-box-process.color-purple-light .wrapper-single-box-process {
    background: var(--color-purple-light);
}

@media screen and (min-width: 992px) {
    .single-box-process img {
        position: absolute;
        left: 0;
        margin: 0;
        top: calc(50% - 100px);
    }
    .single-box-process .wrapper-single-box-process {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 991px) {
    .single-box-process img {
        width: 100%;
        margin: 0;
    }
    .single-box-process {
        margin: 30px 0 0;
    }
    .single-box-process .wrapper-single-box-process {
        min-height: 0;
        align-items: center;
        justify-content: center;
    }
    .title-single-box-process {
        margin: 0 0 20px;
        max-width: 100%;
    }
    .title-single-box-process br {
        display: none;
    }
    .link-single-box-process {
        max-width: 100%;
    }
}
