#services-mobile {
    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: 150px;
    overflow: hidden;
}

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

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

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

.services-content-mobile h3,
.services-content-mobile p,
.services-content-mobile a,
.services-content-mobile {
    color: #fff
}
.services-content-mobile a.cta-link,.services-content-mobile a.cta-link:visited,
.services-content-mobile p a.cta-lin:hover,
.services-content-mobile p a.cta-lin {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1;
}

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

.service-image {
    position: relative;
}

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

.service-list ul {
    list-style: none;
    padding: 0;
    max-width: 400PX;
    display: table-cell;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 43%;
}

.service-list-2 ul {
    list-style: none;
    padding: 0;
    max-width: 476PX;
    display: table-cell;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 23%;
}

.service-list-2 ul li {
    background: #49366F;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.service-list-2 ul li h5 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: var(--font-weight-black);
}

.service-list-2 ul li p {
    color: #fff;
}

.service-list-2 ul li .wrapper-icon-services-2 {
    margin-right: 30px;
    text-align: center;
    min-width: 80px;
}

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

.service-list ul li {
    width: 44%;
    margin-right: 3%;
    margin-left: 1%;
    margin-bottom: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    background: #49366F;
    border-radius: 0px;;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    min-height: 150px;
}

.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;
}
.services-content-mobile p a.cta-lin{
    color: #fff !important
}
@media screen and (min-width: 992px) {
    .service-list ul li:nth-child(5),
    .service-list ul li:first-child {
        margin-left: 5%;
    }
    .row-listing-services .service-3 .service-list ul li:nth-child(3) {
        margin-left: 3%;
    }
}

@media screen and (max-width: 991px) {
  #services-mobile{
    padding-top: 100px;
  }
  #services-mobile h1{
    margin-bottom: 40px;
  }
    .general-list-services {
        margin: 50px auto 0;
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .services-content-mobile a:hover,
    .services-content-mobile a {
        font-size: 28px;
    }
    .service-list-2 ul li{
        flex-direction: column;
        display: flex;
        text-align: center;
    }
    .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;
        margin-top: 0px;
        z-index: 2;
    }
    .service-list ul li br{
        display: none;
    }
    .service-list ul li img{
        margin: 0 20px 0 0;
        max-width: 40px
    }
    .service-list ul li {
        margin: 0 0 20px;
        width: 100%;
        font-size: 17px;
        line-height: 1;
        justify-content: start;
        flex-direction: row;
        min-height: 0;
    }
}
