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

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

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

.services-content-container {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

.services-content {
    padding-top: calc(7%);
    position: absolute;
    top: 0;
}

.services-content .content-container[style="transform: translate(0px, -500px); opacity: 0; visibility: hidden;"] {
    z-index: 0
}

.services-content .content-container {
    z-index: 1
}

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

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

.services-content-container a:hover,
.services-content-container a {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.general-list-services {
    margin-bottom: 150px;
}

.service-image-container {
    position: relative;
    height: 545px;
}

.service-image-container::before {
    content: '';
    background: #FD7655;
    position: absolute;
    top: calc(50% - 110px);
    right: calc(-50vw + 640px);
    width: calc(50vw - 260px);
    z-index: -1;
    height: 121px;
}

.service-slideshow {
    position: absolute;
    top: 48px;
    left: 120px;
    width: 66%;
}

.service-slideshow img {
    position: absolute;
}

.service-list-container {
    position: relative;
}

.service-list {
    position: absolute;
    top: 0;
}

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

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

.service-list ul li {
    width: auto;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px
}

.service-list ul li {
    padding: 15px 25px;
    background: rgba(73, 54, 111, .38);
    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;
}

.row-listing-services .col-md-5 {
    position: relative;
}

@media screen and (min-width: 992px) {
    .row-listing-services .service-1 .service-list ul li:first-child,
    .row-listing-services .service-2 .service-list ul li:first-child {
        margin-left: 3%;
    }
    .row-listing-services .service-3 .service-list ul li:nth-child(3) {
        margin-left: 3%;
    }
}

@media screen and (max-width: 991px) {
    #services {
        padding-top: 100px;
    }
    #services h1 {
        margin-bottom: 40px;
    }
    .container-bottom-services {
        padding-bottom: 50px
    }
    .services-content-container h3 {
        font-size: 20px;
    }
    .services-content p {
        line-height: 20px;
        font-size: 16px;
    }
    .general-list-services {
        margin: 50px auto 250px;
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .services-content-container a:hover,
    .services-content-container a {
        font-size: 28px;
    }
    .service-list-2 ul li {
        flex-direction: column;
        display: flex;
    }
    .service-list-2 ul li .wrapper-icon-services-2 {
        margin: 0 0 20px
    }
    .service-list-2 ul,
    .service-list ul {
        position: relative;
        left: 0;
        bottom: 0;
        display: inline-block;
        margin-bottom: 50px;
        z-index: 2;
        display: none;
    }
    .service-list ul li {
        margin: 0 0 20px;
        width: 50%;
        float: left;
        font-size: 15px;
        line-height: 1;
        min-height: 82px;
        padding: 15px;
        justify-content: flex-start;
    }
    .service-image-container {
        height: 200px;
    }
    .service-slideshow {
        position: absolute;
        top: 12%;
        left: 15%;
        width: 66%;
    }
    .general-list-services {
        display: none
    }
    .services-content-mobile {
        margin-bottom: 70px;
    }
    .services-content-container {
        overflow: hidden;
    }
    .services-content-container .services-content-mobile>img {
        position: relative;
        right: 0;
        width: calc(100vw + 35%);
        max-width: calc(100vw + 35%);
    }
}
