.banner {
    margin-top: 90px;
    height: 45vh;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-grey {
    background-image: url(../image/others/bg-grey.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right top;
}
.bg-grey.bg-left {
    background-image: url(../image/others/bg-grey-left.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: left center;
}
.bg-grey.bg-middle {
    background-position: right center;
}

.bg-orange {
    background-image: url(../image/others/bg-orange.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right top;
}
.bg-green.bg-left {
    background-image: url(../image/others/bg-green-left.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left 5vw;
}

.content .title > span {
    display: inline-block;
    padding: 0 20px;
}
.content .title::before {
    content: "";
    position: absolute;
    background-image: url(../image/others/title-bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
    background-size: 100% auto;
    top: -20px;
    left: calc(50% - 45px);
}
.content .title::after {
    content: "";
    position: absolute;
    background-image: url(../image/others/title-bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
}
.content p {
    margin-bottom: 20px;
}

/* page */
.page > .row {
    margin-top: 10vh;
}
.page-left {
    float: left;
    width: 45%;
    text-align: right;
}
.page-right {
    float: right;
    width: 50%;
}
.page-left img,
.page-right img {
    width: 100%;
}
.name.bold{
    font-weight: bold;
}

/* icon svg */
.intro {
    position: relative;
    text-align: center;
}
.intro .item,
.intro .item svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.intro .item svg g {
    stroke-width: 3;
    fill: none;
}
.intro .item svg.white g {
    stroke: #fff;
}
.intro .item svg.dark g {
    stroke: #aaa;
}
.intro .item svg {
    visibility: hidden;
    opacity: 0;
}

.intro .item.show svg{
    opacity: 1;
}
.intro .item svg.drawsvg-initialized {
    visibility: visible;
}
.intro .item {
    -webkit-transition: .6s;
            transition: .6s;
    opacity: 0;
    top: 30px;
}
.intro .item.active {
    top: 0;
    opacity: 1;
    -webkit-animation: comeIn .6s;
            animation: comeIn .6s;
}
.intro .item svg {
    margin: auto;
}
@-webkit-keyframes comeIn {
    from {
      -webkit-transform: translate3d(0, -30px, 0);
              transform: translate3d(0, -30px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @-o-keyframes comeIn {
    from {
      -o-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0);
    }
    to {
      -o-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    }
  }
  
  @-moz-keyframes comeIn {
    from {
      transform: translate3d(0, -30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes comeIn {
    from {
      transform: translate3d(0, -30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }

  
/* about */
.provide-lists:nth-of-type(2) {
    margin-top: 15px;
    transform: translateX(-15px);
}
.provide-lists > div {
    position: relative;
    float: left;
    width: 33.3%;
}
.provide-lists img {
    width: 100%;
    display: block;
}
.provide-lists span {
    display: block;
    padding: calc(100% - 65px) 3% 0 3%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
}

.advantage-lists > div {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}
.advantage-lists > div:hover svg{
    fill:#6d96f1;
}
.advantage-lists svg {
    fill: #cbcbcb;
    width: 45px;
    margin-right: 10px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.advantage-lists span,
.advantage-lists svg {
    display: inline-block;
    vertical-align: middle;
}
.provide-lists span,
.advantage-lists span {
    font-family: 'Prompt', sans-serif;
}

.features-row {
    margin-top: 25px;
}
.features-row div {
    padding: 2%;
}
.features-row .value {
    letter-spacing: 2px;
    font-weight: 700;
    color: #c59b6d;
}

/* services-analytics */
.trends-row > div {
    float: left;
    width: 25%;
}
.trends-row .icon {
    margin: 0 auto;
    width: 90%;
    max-width: 170px;
}
.icon > img {
    width: 100%;
}
.chart-lists > div {
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
}
.chart-lists > div .name {
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.chart-lists > div p {
    margin-bottom: 0;
}
.chart-lists > div:nth-of-type(1) {
    background-color: #ffb200;
}
.chart-lists > div:nth-of-type(2) {
    background-color: #fe8500;
}
.chart-lists > div:nth-of-type(3) {
    background-color: #7ca2ff;
}
.chart-lists > div:nth-of-type(4) {
    background-color: #4dd5ff;
}

/* service - eCommerce */
.ecommerce .page-left {
    width: 50%;
}
.ecommerce-lists .list-icon img {
    width: 100%;
}
.ecommerce .features-row {
    margin-top: 0;
}
.ecommerce .features-row div {
    padding-bottom: 0;
}
.ecommerce .features-row .list-icon,
.ecommerce .features-row .list-txt {
    float: left;
}
.ecommerce .features-row .list-icon {
    width: 16%;
}
.ecommerce .features-row .list-txt {
    width: 84%;
}
.ecommerce .features-row .name {
    display: block;
    margin: 10px 0;
}
.ecommerce .features-row p {
    margin-bottom: 0;
}
.ecommerce .provide-lists {
    margin: 0 auto;
    padding-left: 5%;
    padding-top: 30px;
}
.ecommerce .provide-lists > div {
    padding: 10px;
}
.ecommerce .page-left .subTitle {
    padding-right: 30px;
}

/* service - templates design  */
.paragraph-space-top {
    padding-top: 5vw;
}
.templates .templates-row {
    margin-left: 10px;
}
.templates .templates-row .name {
    padding-left: 15px;
    color: #3c8783;
    background: url(../image/icon/icon-dot-green.png) no-repeat left center;
}
.templates .page-left.text-left {
    padding-left: 10%;
}
.templates .trends-row > div {
    padding: 1%;
    width: 20%;
}
.templates .trends-row .icon {
    width: 100%;
    max-width: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.templates .trends-row .icon:hover {
    transform: scale(1.05);
}

/* service - artDesign */
.art {
    
}
.art .provide-lists {
    padding-left: 3%;
    color: #888;
    text-align: center;
}
.art .provide-lists > div .name,
.art .provide-lists > div li,
.art .provide-lists > div .intro .item svg.dark g {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.art .provide-lists > div .name,
.art .provide-lists > div .intro .item svg.dark g {
    color: #5da2be;
    stroke: #5da2be;
}
.art .kinds-row .page-left {
    width: 60%;
}
.art .kinds-row .page-right {
    width: 40%;
}
.art .kinds-row .page-left > .container{
    margin-left: 100px;
    padding-left: 120px;
}
.art .provide-lists .intro {
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

.art .kinds-row .intro {
    width: 130px;
    height: 130px;
}

.art .provide-lists ul {
    margin-top: 7px;
}
.art .provide-lists li {
    position: relative;
    font-size: 16px;
}
.templates .trends-row.arts-row {
    max-width: 1000px;
    margin: 0 auto;
}
.templates .trends-row.arts-row > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.trends-row.arts-row  .icon {
    max-width: 220px;
}
.section-1 {
    background-color: #83bfd3;
}
.section-2 {
    background-color: #70b1c9;
}
.section-3 {
    background-color: #5da2be;
}
.section-info {
    background-repeat: no-repeat;
    background-size: 100% 15vw;
    color: #fff;
}
.section-info .kinds-row {
    margin-top: 4vw;
}
.section-1-info .kinds-row {
    margin-top: 12vw;
}
.section-info .intro {
    position: absolute;
    left: -50px;
    top: 150px;
}
.section-info .subTitle.number {
    border-color: #fff;
}
.section-info .subTitle.number::before {
    background-image: url(../image/others/title-bg04.png);
}
.section-info .subTitle {
    color: #fff;
}
.section-info-wrap {
    margin-top: -5vw;
}
.section-1-info {
    background-color: #78b0c1;
    background-image: url(../image/others/section-bg.png);
}
.section-2-info {
    background-color: #61a5b5;
}
.section-3-info {
    background-color: #4396a3;
}
.section-3-info .page-right > img{ 
    max-width: 500px;
}

/* service - connected */
.trends-row .icon.icon-social-media {
    display: inline-block;
    width: 9vw;
    height: 9vw;
    min-width: 90px;
    min-height: 90px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
}
.connected .trends-row {
    text-align: center;
    margin-top: 5vh;
}
.connected .trends-row > div {
    width: auto;
    padding: 0;
    display: inline-block;
    float: none;
}
.trends-row > div:hover .icon-social-media{
    transform: translateY(-15px);
}
.trends-row > div:nth-of-type(1) .icon-social-media {
    background-image: url(../image/icon/icon-social-01.png);
}
.trends-row > div:nth-of-type(1):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-01-h.png);
}

.trends-row > div:nth-of-type(2) .icon-social-media {
    background-image: url(../image/icon/icon-social-02.png);
}
.trends-row > div:nth-of-type(2):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-02-h.png);
}

.trends-row > div:nth-of-type(3) .icon-social-media {
    background-image: url(../image/icon/icon-social-03.png);
}
.trends-row > div:nth-of-type(3):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-03-h.png);
}

.trends-row > div:nth-of-type(4) .icon-social-media {
    background-image: url(../image/icon/icon-social-04.png);
}
.trends-row > div:nth-of-type(4):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-04-h.png);
}

.trends-row > div:nth-of-type(5) .icon-social-media {
    background-image: url(../image/icon/icon-social-05.png);
}
.trends-row > div:nth-of-type(5):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-05-h.png);
}

.trends-row > div:nth-of-type(6) .icon-social-media {
    background-image: url(../image/icon/icon-social-06.png);
}
.trends-row > div:nth-of-type(6):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-06-h.png);
}

.trends-row > div:nth-of-type(7) .icon-social-media {
    background-image: url(../image/icon/icon-social-07.png);
}
.trends-row > div:nth-of-type(7):hover .icon-social-media {
    background-image: url(../image/icon/icon-social-07-h.png);
}

/* service - seo */
.seo .page-left {
    width: 55%;
}
.seo .page-right {
    width: 40%;
}
.seo .pic-seo {
    position: absolute;
    left: -300px;
    top: calc(50% - 150px);
    padding-right: 3vw;
    width: 300px;
    z-index: 2;
}
.seo .seo-lists::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: -5vw;
    width: 5vw;
    height: 2px;
    background-color: #FCDF21;
}
.seo .seo-lists {
    position: relative;
    padding-left: 2vw;
    margin-top: 8vw;
    border-left: 2px solid #FCDF21;
}
.seo .trends-row > div {
    float: none;
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.seo .trends-row .icon {
    margin: 0 auto;
    width: 90%;
    max-width: 170px;
}
.seo .trends-row .icon img {
    width: 100%;
}

/* service - development */
.development .trends-row > div {
    padding: .5%;
    width: calc(100% / 6);
}
.container.development-step {
    width: 85%;
    max-width: initial;
    margin-top: 7vh;
}
.development-step .step-wrap {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin: 40px 0;
    vertical-align: top;
    width: 33%;
    text-align: center;
}
.step-wrap .icon {
    position: relative;
    width: 100px;
    margin-bottom: 10px;
}
.step-wrap::before {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40px;
    height: 100%;
    content: "";
    background-image: url(../image/others/step-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 30px;
}
.step-wrap:last-of-type::before {
    display: none;
}
.step-wrap.step-wrap-second:first-of-type::before {
    background-image: url(../image/others/step-arrow-bottom.png);
    left: 30px;
    top: -100px;
}
.step-wrap.step-wrap-second::before {
    display: block;
    background-image: url(../image/others/step-arrow-left.png);
}
.step-wrap.step-end {
    width: 100%;
    max-width: 700px;
    margin: 5vh auto 0 auto;
}
.step-wrap.step-end::before {
    display: none;
}
.step-wrap.step-end .icon {
    width: 100%;
}
.step-wrap .icon > .layer {
    position: absolute;
    top: 0;
    left: 0;
}
.step-wrap .icon img {
    display: block;
    width: 100%;
}
.step-wrap .name {
    text-align: left;
    font-size: 16px;
}
.step-wrap li {
    position: relative;
    color: #a5a8ab;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 7px;
    margin-left: 10px;
    text-align: left;
}
.step-wrap li::before {
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
}

/* faq */
.faq .nav-tab,
.faq-row {
    margin: 0 auto;
    max-width: 800px;
    width: calc(100% - 50px);
}
.faq .nav-tab {
    margin: 30px auto;
}
.faq .nav-tab > div {
    padding: 10px;
}
.faq .nav-link {
    position: relative;
    display: block;
    padding: 30px 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,.05);
    cursor: pointer;
    color: #ccc;
    font-family: 'Prompt', sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.faq .nav-link svg {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    fill: #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.faq .nav-link.active ,
.faq .nav-link:hover  {
    color: #6D97F2;
    box-shadow: 1px 2px 25px 0px rgba(0,0,0,.1);
}
.faq .nav-link.active::after {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.faq .nav-link.active svg,
.faq .nav-link:hover svg {
    fill: #6D97F2;
    transform: scale(1.1);
}
.faq-row {
    border-bottom: 1px solid #E6E6E6;
}
.faq-row:nth-last-of-type(1) {
    border-bottom: 0;
}  
.faq-row .collapsible {
    position: relative;
    padding: 18px 0;
    margin-bottom: 0;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.faq-row .collapsible::before {
    position: absolute;
    left: -45px;
    top: 13px;
    display: block;
    margin-right: 5px;
    content: "";
    background-image: url(../image/icon/icon-lightbulb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 35px;
    height: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
} 
.faq-row .content {
    margin-bottom: 15px;
    padding: 0 15px 0 0;
    display: none;
    overflow: hidden;
}
.faq-row.active .collapsible::before {
    background-image: url(../image/icon/icon-lightbulb-h.jpg);
} 
.faq-row.active .content {
    display: block;
    -webkit-animation-name: fadeEffect;
            animation-name: fadeEffect;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
}

.btn-arrow {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.btn-arrow,
.btn-arrow a {
    color: #6d96f1;
}
.btn-arrow:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #6d96f1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
} 
.btn-arrow:hover .img_wrap img {
    -webkit-animation-name: move-right;
            animation-name: move-right;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.btn-arrow .img_wrap {
    overflow: hidden;
}
.btn-arrow .img_wrap img {
    position: relative;
    left: 0;
    height: 10px;
}
.btn-arrow .txt_wrap {
    position: absolute;
    top: 3px;
    left: -170px;
    width: 160px;
}


/* font-size */
.provide-lists span,
.advantage-lists span,
.features-row .name {
    font-size: 20px;
    line-height: 26px;
}
.features-row .value {
    font-size: 40px;
}
.faq-row .collapsible {
    font-size: 20px;
}

@media (max-width: 1367px) {
    .container.development-step {
        width: 100%;
    }

    /* font-size */
    .provide-lists span, 
    .advantage-lists span, 
    .features-row .name {
        font-size: 18px;
    }
}

@media (max-width: 1025px){
    /* art */
    .art .kinds-row .intro {
        width: 90px;
        height: 90px;
    }
    .art .kinds-row .page-left > .container {
        padding-left: 60px;
        margin-left: 60px;
    }

    /* font-size */
    .provide-lists span, 
    .advantage-lists span, 
    .features-row .name {
        font-size: 16px;
    }
    .features-row .value {
        font-size: 30px;
    }
    .faq-row .collapsible {
        font-size: 17px;
    }
    .art .provide-lists li {
        font-size: 15px;
    }
}

@media (max-width: 980px){
    .advantage-lists svg {
        width: 30px;
        margin-right: 5px;
    }
    
    /* service- eCommerce */
    .ecommerce .ecommerce-lists-bg {
        width: 85%;
    }
    .ecommerce .ecommerce-lists-wrap {
        width: 100%;
    }

    /* service - seo */
    .seo .pic-seo {
        width: 250px;
        top: calc(50% - 125px);
        left: -250px;
    }
    .seo .trends-row > div {
        width: 49%;
    }

    /* service - art */
    .art .kinds-row .page-left > .container{
        margin-left: 0;
        padding: 0 4%;
    }
    .art .kinds-row .intro {
        display: none;
    }
    .art .kinds-row .page-left,
    .art .kinds-row .page-right {
        width: 100%;
    }
    .art .kinds-row .page-left > img,
    .art .kinds-row .page-right > img {
        max-width: 45%;
        float: right;
        margin: 20px 4% 0 0;
    }
    .art .kinds-row .page-right {
        position: absolute;
        top: 30px;
    }
    .section-info {
        padding: 30px 0;
    }
    .section-info p {
        width: 50%;
    }
    .section-1-info {
        background-image: none;
    }
    .section-1-info .kinds-row {
        margin-top: 4vw;
    }
    .section-info-wrap {
        margin-top: 0;
    }
    .section-info .kinds-row {
        margin-top: 0;
    }

    /* faq */
    .faq-row {
        margin: 0 0 0 40px;
    }
    .faq .nav-link svg {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .banner {
        margin-top: 20px;
        height: 30vh;
    }
    .page-left,
    .page-right {
        width: 100%;
        text-align: center;
    }
    .page-left {
        margin-bottom: 15px;
    }
    .btn-arrow .txt_wrap {
        display: none;
    }
    .provide-lists {
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
    }
    .provide-lists:nth-of-type(2) {
        margin-top: 15px;
        transform: translateX(0); 
    }
    .advantage-lists > div {
        width: 33.3%;
        margin-bottom: 10px;
    }
    .advantage-lists span {
        width: 100%;
    }

    /* service - eCommerce */
    .ecommerce .page-left {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center !important;
    }
    .ecommerce .features-row .list-icon {
        float: none;
        margin: 0 auto;
        width: 25%;
        max-width: 120px;
    }
    .ecommerce .features-row .list-txt {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .ecommerce .provide-lists {
        padding-left: 0;
    }

    /* service - templates  */
    .paragraph-space-top {
        padding-top: 0;
    }
    .templates .kinds-row .page-left > img,
    .templates .kinds-row .page-right > img {
        width: 90%;
        max-width: 500px;
        margin-bottom: 50px;
    }
    .templates .kinds-row .page-left,
    .templates .kinds-row .page-right {
        text-align: center !important;
    }
    .templates .templates-row .name {
        background-image: none;
    }
    .templates .page-left.text-left {
        padding-left: 0;
    }

    /* service - seo */
    .seo .page-left {
        width: 100%;
    }
    .seo .pic-seo {
        width: 200px;
        top: calc(50% - 100px);
        left: -200px;
    }

    /* service - development */
    .imagePhoto.pc {
        display: none;
    }
    .imagePhoto.mobi {
        display: block;
    }
    .development .trends-row > div {
        width: calc(100% / 3);
    }
    .development-step .step-wrap {
        width: 100%;
    }
    .development-step .step-wrap::before {
        display: block;
        background-image: url(../image/others/step-arrow-bottom.png);
        left: 38px;
        top: -100px;
    }
    .development-step .step-wrap:nth-of-type(1)::before {
        display: none;
    }
    .development-step .step-wrap.step-wrap-second:nth-of-type(1)::before {
        display: block;
    }
    .container.development-step {
        width: 100%;
        max-width: 500px;
    }

    /* services - analytics */
    .chart-lists > div {
        display: inline-block;
        width: 90%;
        max-width: 400px;
        margin: 10px 0;
    }

    /* services - art */
    .art-services-row .left,
    .art-services-row .right {
        width: 100%;
    }
    .art-services-row .left {
        text-align: center;
    }
    .art-services-row .right .provide-lists {
        max-width: initial;
        width: 100%;
    }
    .art .kinds-row .page-right {
        position: relative;
        top: 0;
        text-align: center;
    }
    .art .kinds-row .page-right img {
        float: none;
        display: inline-block;
    }
    .section-info p {
        width: 100%;
    }
    .art .kinds-row .page-left > img, .art .kinds-row .page-right > img {
        max-width: 400px;
        width: 96%;
    }

    /* font-size */
    .features-row .value {
        font-size: 20px;
    }
    .provide-lists span, 
    .advantage-lists span, 
    .features-row .name {
        font-size: 15px;
        line-height: 18px;
    }
    .faq-row .collapsible {
        font-size: 15px;
    }
}

@media (max-width: 569px) { 
    .page > .row {
        margin-top: 5vh;
    }

    /* services */
    .trends-row > div {
        float: none;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    /* services - templates */
    .templates .trends-row > div {
        width: 31%;
    }

    /* services - art */
    .art-services-row .right .provide-lists > div {
        width: 100%;
        margin-bottom: 10px;
    }
    .art .provide-lists .intro {
        width: 90px;
        height: 90px;
    }

    /* faq */
    .faq-row {
        width: calc(100% - 35px);
        margin: 0 0 0 30px;
    } 
    .faq-row .collapsible {
        padding: 10px 0;
    }
    .faq-row .content {
        padding-right: 0;
        margin-bottom: 5px;
    }
    .faq-row .collapsible::before {
        top: 8px;
        left: -30px;
        width: 25px;
        height: 25px;
    }
    .faq .nav-link svg {
        width: 45px;
    }
    .faq .nav-tab {
        width: 100%;
    }
    .faq .nav-link {
        padding: 10px 5px;
        border-radius: 7px;
        min-height: 120px;
        letter-spacing: 0;
    }

    /* font-size */
    .step-wrap .name {
        font-size: 14px;
    }
    .step-wrap li {
        font-size: 14px;
        margin-top: 10px;
    }
 
}

@media (max-width: 480px) {
    .content .title::before {
        display: none;
    }
    .content .title::after {
        width: 10px;
        height: 10px;
    }
    .block.text-center {
        width: 100%;
    }
    .provide-lists {
        width: 100%;
    }

    /* service - seo */
    .seo .page-right {
        width: 55%;
    }
    .seo .pic-seo {
        width: 160px;
        top: calc(50% - 80px);
        left: -160px;
    }
    .seo .trends-row > div {
        width: 100%;
    }
    .seo .trends-row .icon {
        max-width: 120px;
    }
}