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

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

#services-support .color-orange {
    color: var(--color-orange);
}
.services-content{
    max-width: 480px;
}
.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: 30px;
    font-weight: bold;
    color: #fff;
}

.row-listing-servicesrow-listing-services {}

.row-support-listing {
    margin-bottom: 150px;
}
.support-content-single sup{
    position: absolute;
    right: -35px;
}
.support-content-single {
    min-height: 260px;
    position: relative;
    margin-bottom: 100px;
    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;
    position: relative;
    display: inline-block;
}

.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: 0px;
    ;
    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-list-3 {
    position: absolute;
    top: 50px;
}

.service-image-2 {
    position: absolute;
    bottom: -50px;
    left: 250px
}

.service-image-1::before {
    content: '';
    background: #FD7655;
    position: absolute;
    top: 150px;
    left: 200px;
    width: 300px;
    z-index: -1;
    height: 200px;
}

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

@media screen and (max-width: 991px) {
    #services-support {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    #services-support h1 {
        margin-bottom: 40px;
    }
    .general-list-services {
        margin: 30px auto;
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .service-list-3 {
        position: relative;
        top: 0
    }
    .service-list-3 ul {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .service-list-3 ul li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .service-list-3 ul li br {
        display: none;
    }
    .service-list-3 ul li img {
        margin: 0 20px 0 0;
    }
    .service-image-2 {
        position: relative;
        bottom: 60px;
        left: 30px;
    }
    .services-content {
        margin-top: 30px;
    }
    .services-content a:hover,
    .services-content a {
        font-size: 28px;
    }
    .row-support-listing {
        margin-bottom: 0
    }
}
