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

#section-2 {
    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;
}

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

#section-2::after {
    content: '';
    background: url(./imgs/icon8.svg) center center no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: block;
    z-index: 1;
}

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

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

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

.headline-section-2 {
    margin-bottom: 100px;
}

.title-section-2-row {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.title-section-2-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.cta-link:hover,
.services-content a.cta-link {
    font-size: 48px;
    font-weight: bold;
    color: #fff !important
}
#services-3 a.color-purple{
    color: #B081F8 !important;
    text-decoration: underline !important;
}
.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: -50px;

}

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

.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: #FF6039;
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 240px;
    z-index: -1;
    height: 240px;
}

.service-image-1::after {
    content: '';
    background: var(--color-purple-light);
    position: absolute;
    top: -30px;
    left: 50px;
    width: 350px;
    z-index: -1;
    height: 150px;
}

.icon-center-section-2 {
    text-align: center;
}

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

.section-2-row p {
    margin-bottom: 30px;
    max-width: 430px;
}
.service-image-1 img{
    width: 100%
}
.image-services-full{
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .service-image-1 {
        padding-left: 0;
        width: 100%;
    }
    #services-3 {
        overflow: hidden;
        padding: 250px 0
    }
    .row-support-listing p{
      min-height: 100px
    }
    .image-services-full{
        min-height: 320px;
        display: flex;

    }
}

@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-section-2 {
        order: 1;
    }
    .container-order .section-2-row {
        order: 2;
    }
    .headline-section-2 {
        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;
    }
    .services-content h3{
      margin-top: 30px;
    }
    #services-3 a.color-purple{
      font-size: 16px;
    }
}
