﻿p{
    font-size: 100%;
}
.personalized {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.personalized .personalized-right {
    padding-left: 70px
}

.personalized .personalized-right .tag {
    font-size: 14px;
    color: #7f8389;
    margin-bottom: 0px
}

.personalized .personalized-right .title {
    font-size: 40px;
    color: #222222;
    font-weight: bold
}

.personalized .personalized-right .dec {
    font-size: 18px;
    color: #81848a;
    line-height: 28px
}

.personalized .personalized-right .item-groups {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.personalized .personalized-right .item-groups .item {
    width: 50%;
    margin-bottom: 20px
}

.personalized .personalized-right .item-groups .item i {
    color: #d00019;
    font-size: 14px;
    margin-right: 4px
}

.our_service {
    background-color: #efefef;
    padding-top: 140px;
    padding-bottom: 80px
}

.our_service .small-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #81848a
}

.our_service .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
    text-align: center;
    margin-bottom: 80px
}

.our_service .service-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.our_service .service-groups .service-item {
    width: 32%;
    flex: 0 0 32%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden
}

.our_service .service-groups .service-item .item-pic {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px
}

.our_service .service-groups .service-item .item-pic img {
    width: 100%
}

.our_service .service-groups .service-item .item-info .item-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.our_service .service-groups .service-item .item-info .item-title:hover {
    transition: all .5s;
    color: #d00019
}

.our_service .service-groups .service-item .item-info .item-dec {
    font-size: 14px;
    line-height: 28px;
  
    color: #81848a
}

.industries {
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 80px
}

.industries .small-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #81848a
}

.industries .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
    text-align: center;
    margin-bottom: 40px
}

.industries .industries-groups {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.industries .industries-groups .industries-item {
    width: 32%;
    padding: 30px;
    background-color: #efefef;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

.industries .industries-groups .industries-item .item-icon {
    margin-right: 20px;
    flex-shrink: 0
}

.industries .industries-groups .industries-item .item-infos .infos-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.industries .industries-groups .industries-item .item-infos .infos-dec {
    font-size: 14px;
    line-height: 28px;
    color: #81848a;
   
}

.industries .industries-groups::after {
    content: "";
    width: 32%
}

@media screen and (max-width:991px) {
    .personalized {
        flex-direction: column
    }

    .personalized .personalized-left {
        width: 100%;
        margin-bottom: 30px
    }

    .personalized .personalized-left img {
        width: 100%
    }

    .personalized .personalized-right {
        padding: 0
    }

    .our_service {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .industries {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .industries .industries-groups .industries-item {
        width: 48%
    }
}

@media screen and (max-width:768px) {
    .personalized {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .personalized .personalized-right .title {
        font-size: 30px
    }

    .our_service {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .our_service .title {
        font-size: 30px;
        margin-bottom: 40px
    }

    .our_service .service-groups .service-item {
        width: 100%;
        flex: 0 0 100%
    }

    .industries {
        margin-top: 30px;
        padding-top: 30px
    }

    .industries .title {
        font-size: 30px
    }

    .industries .industries-groups .industries-item {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .industries .industries-groups .industries-item .item-icon {
        margin-right: 0;
        margin-bottom: 20px
    }
}