/* 23. Responsive Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 全局字体配置 - 苹方字体 */
body {
    font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-weight: 300;
}
@media only screen and (max-width: 1920px){
	.main-slider .carousel-inner .item figure figcaption{
		top:36%;
	}
}
@media only screen and (max-width: 1400px) {
	.main-slider .carousel-inner .item figure figcaption{
		top:30%;
	}
}

@media only screen and (max-width: 991px) {
    .top-consult-btn a {
        display: inline-block;
        margin-right: 15px;
        margin-top: 5px;
        padding: 10px;
    }
    .intro .main-nav ul.main-menu li.search .search-box .search-form::before{
        left: 83%;
    }
    .main-slider .carousel-inner .item figure figcaption{
        padding-left: 40px;
    }
    .main-slider .carousel-inner .item figure figcaption .container h1{
        font-size: 30px;
        line-height: 45px;
    }
	.main-slider .carousel-inner .item figure figcaption {
		left: 0;
		padding: 0 100px !important;
		right: 0;
		top: 30%;
		width: 100%;
	}
	.main-slider .carousel-inner .item figure figcaption h1{
		width:100%;
	}
    .section-header p{
        padding: 0;
    }
    .services .services-content .service-box {
      margin-bottom: 30px;
    }
    .call-to-action h2{
        padding: 0;
    }
    .testimonial .client-feedback .item p {
      padding: 0 52px;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper {
      padding: 50px 0 50px 120px;
    }
    .why-choose-us .wcu-left {
      padding: 0 60px;
    }
    .pricing-table .pricing-content .pricing-cell {
        margin-bottom: 30px;
    }
    .footer-widget {
      margin-bottom: 50px;
    }
    footer .footer-bottom{
        margin-top: 0;
    }
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .intro .main-nav ul.main-menu li {
        margin-right: 0;
    }
    blockquote {
        padding: 0 0 0 15px;
    }
    .widget-content.search-widget button {
        padding: 0 10px;
    }
    .flickr-stream img {
        margin-bottom: 5px;
        width: 100%;
    }
    .header-top-social ul li:nth-child(5) {
      margin-right: 0;
    }
    .top-consult-btn a {
      margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .main-slider .carousel-inner .item figure figcaption {
		left: 0;
		padding: 0 100px !important;
		right: 0;
		top: 30%;
		width: 100%;
	}
	.main-slider .carousel-inner .item figure figcaption h1{
		width:100%;
	}
	.header-top-contact ul{
        text-align: center;
    }
    .header-top-social ul{
        text-align: center;
    }
    .intro .main-nav{
        position: inherit;
        background: #252525; 
    }
    .navbar-toggle {
      background: transparent none repeat scroll 0 0;
    }
    .navbar-toggle .icon-bar {
      background: #ddd none repeat scroll 0 0;
    }
    .intro .main-nav ul.main-menu{
        float:left;
        margin: 10px 0 20px 0;
    }
    .intro .main-nav ul.main-menu li.active a::before, .intro .main-nav ul.main-menu li.active a::after, .intro .main-nav ul.main-menu li a:hover::before, .intro .main-nav ul.main-menu li a:hover::after{
        content:none;
    }
    .intro .main-nav ul.main-menu li.active a, .intro .main-nav ul.main-menu li a:hover{
        color: #259ad6;
        background: transparent !important;
    }
    .intro .main-nav ul.main-menu li.search .search-box{
        left:40px;
        top:0;
    }
    .intro .main-nav ul.main-menu li.search .search-box .search-form::before {
      left: -3px;
      top: 11px;
      transform: rotate(47deg);
    }
    .carousel-control {
      height: 50px;
      padding-top: 7px;
      width: 50px;
    }
    .main-slider .carousel-inner .item figure figcaption .container h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px 0;
        width: 80%;
    }
	.main-slider .carousel-inner .item figure figcaption p{
		width:75%;
	}
    .main-slider .carousel-inner .item figure figcaption{
        padding-left: 30px;
    }
    .services, .latest-work, .pricing-table, .our-clients, .call-to-action, .testimonial, .why-choose-us, .project-summery {
      padding: 50px 0;
    }
    .services .services-content .service-box {
      margin-bottom: 20px;
    }
    .call-to-action h2{
        padding: 0;
        font-size: 24px;
    }
    .testimonial .client-feedback .item p{
        padding: 0 50px;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper{
        padding: 50px 0 50px 50px;
    }
    .why-choose-us {
      margin: 0;
    }
    .why-choose-us .wcu-left {
      padding: 0 30px 30px 30px;
    }
    .project-summery .col-sm-3 p.project-count, .our-clients .col-sm-3 p.project-count {
      margin: 20px 0 10px 0;
    }
    .project-summery .col-sm-3{
        margin-bottom: 50px;
    }
    .project-summery .col-sm-3:last-child{
        margin-bottom: 0;
    }
    .pricing-table .pricing-content .pricing-cell{
        margin-bottom: 20px;
    }
    .footer-widget {
      margin-bottom: 50px;
    }
    footer .footer-bottom{
        margin-top: 0;
    }
    .section-header p{
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	.main-slider .carousel-inner .item figure figcaption {
		left: 80px;
		top: 40px;
		padding-left:0;
		width:100%;
    }
	.intro .main-nav ul.main-menu li ul.dropdown-menu{
		background:#000;
	}
	.main-slider .carousel-inner .item figure figcaption {
      left: 0px;
      top: 15px;
	  padding:70px !important;
	  width:100%;
    }
	.intro .main-nav ul.main-menu li ul.dropdown-menu {
		background: transparent none repeat scroll 0 0;
		left: 0;
		margin-left: 20px;
		opacity: 1;
		position: static;
		visibility: visible;
		border: none;
		box-shadow: none;
	}
	.intro .main-nav ul li ul li ul {
		background: transparent none repeat scroll 0 0;
		border: 0 none;
		box-shadow: none;
		left: 0;
		margin-left: 30px;
		opacity: 1;
		padding: 10px;
		position: static;
		visibility: visible;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
    .pages-header {
        padding: 0;
    }
    .header-top-contact ul{
        text-align: center;
    }
    .header-top-contact ul li{
        margin-right: 0;
    }
    .header-top-social ul{
        text-align: center;
    }
    .top-consult-btn a {
        display: inline-block;
        margin-top: 10px;
        padding: 10px;
    }
    .intro .main-nav{
        position: inherit;
        background: #252525; 
    }
    .navbar-toggle {
      background: transparent none repeat scroll 0 0;
    }
    .navbar-toggle .icon-bar {
      background: #ddd none repeat scroll 0 0;
    }
	.navbar-collapse.in {
		background: #252525 none repeat scroll 0 0;
		width: 100%;
		height:auto;
		transition:.3s ease;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
    .intro .main-nav ul.main-menu{
        float:left;
        margin: 10px 0 20px 0;
    }
    .intro .main-nav ul.main-menu li.active a::before, .intro .main-nav ul.main-menu li.active a::after, .intro .main-nav ul.main-menu li a:hover::before, .intro .main-nav ul.main-menu li a:hover::after{
        content:none;
    }
    .intro .main-nav ul.main-menu li.active a, .intro .main-nav ul.main-menu li a:hover{
        color: #259ad6;
        background: transparent !important;
    }
    .intro .main-nav ul.main-menu li.search .search-box{
        left:40px;
        top:0;
    }
    .intro .main-nav ul.main-menu li.search .search-box .search-form::before {
      left: -3px;
      top: 11px;
      transform: rotate(47deg);
    }
	.intro .main-nav ul.main-menu li a{
		margin-bottom:0;
	}
	.sticky-wrapper.is-sticky ul.main-menu li a{
		margin-bottom:0 !important;
		margin-top:0;
	}
    .carousel-control{
        display:none;
    }
    .main-slider .carousel-inner .item figure figcaption .container h1 {
      font-size: 20px;
      margin: 0 0 20px 0;
      width: 100%;
        line-height: normal;
    }
    .main-slider .carousel-inner .item figure figcaption {
      left: 0px;
      top: 15px;
	  padding:0 !important;
	  width:100%;
    }
    .main-slider .carousel-inner .item figure figcaption .container a {
      font-size: 15px;
      padding: 5px 10px;
    }
	.main-slider .carousel-inner .item figure figcaption p{
		display:none;
	}
    .services, .latest-work, .pricing-table, .our-clients, .call-to-action, .testimonial, .why-choose-us, .project-summery {
      padding: 0 0;
    }
    .section-header p{
        padding: 0;
    }
    .services .services-content .service-box {
      margin-bottom: 20px;
    }
    .call-to-action h2{
        padding: 0;
        font-size: 24px;
    }
    .call-to-action ul li {
      margin-bottom: 10px;
    }
    .latest-work .portfolio-work .controls button{
        margin-bottom: 5px;
    }
    .testimonial .client-feedback .item p{
        padding: 0 40px;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper{
        padding: 0;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item .item img{
        height: 50px;
        width: 50px;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper {
      margin-bottom: 30px;
    }
    .testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item .item::before{
        height: 50px;
        width: 50px;
    }
    .testimonial .client-feedback .owl-buttons .owl-prev, .testimonial .client-feedback .owl-buttons .owl-next {
      font-size: 19px;
      height: 30px;
      padding-top: 0;
      width: 30px;
    }
    .testimonial .client-feedback .owl-buttons{
        top: 60px;
    }
    .why-choose-us{
        margin: 0;
    }
    .why-choose-us .wcu-left {
      padding: 0 30px;
        margin-bottom: 50px;
    }
    .project-summery .col-sm-3 p.project-count, .our-clients .col-sm-3 p.project-count {
      margin: 20px 0 10px 0;
    }
    .project-summery .col-sm-3{
        margin-bottom: 50px;
    }
    .project-summery .col-sm-3:last-child{
        margin-bottom: 0;
    }
    .pricing-table .pricing-content .pricing-cell{
        margin-bottom: 20px;
    }
    .footer-widget {
      margin-bottom: 50px;
    }
    footer .footer-bottom{
        margin-top: 0;
    }
    
    /* About Us */
    .section-header h2 {
        font-size: 30px;
    }
    .about-information .col-sm-4 img {
        margin-bottom: 15px;
        width: 100%;
    }
    .about-services {
        margin-top: 50px;
    }
    .our-story {
        padding: 0 15px;
        margin: 50px 0;
    }
    .blog-posts {
        margin: 50px 0;
    }
    .post-details {
        padding-top: 25px;
    }
    .post-read-more {
        margin: 15px 0;
    }
    .post-meta {
        margin-top: 15px;
    }
    .blog-pagination {
        margin: 50px 0 50px;
    }
    .flickr-stream img {
        margin-bottom: 5px;
        width: 100%;
    }
    .blog-sidebar {
      margin-top: 50px;
    }
    .contact-main {
      margin: 0;
    }
    .contact-main .contact-header {
      margin: 50px 0;
    }
    .single-blog {
      margin-top: 50px;
    }
    .post-meta {
      margin-top: 30px;
      text-align: left;
    }
}

/* ===== iOS Safari background-attachment:fixed 兼容修复 ===== */
/* iOS Safari 不支持 background-attachment:fixed，回退为 scroll 避免卡顿和图片放大 */
@supports not (background-attachment: fixed) {
  .team-to-action,
  .us-to-action,
  .call-to-action,
  .call-to-tream,
  .testimonial,
  .project-summery,
  .our-clients,
  .pages-header,
  .pages-header-ban,
  .contact-header,
  .blog-header,
  .equu-header,
  .team-header,
  .port-header,
  .service-header,
  .tww-header,
  .img_bac {
    background-attachment: scroll !important;
  }
}

/* 移动端统一禁用 fixed 背景（触控设备滚动性能优化） */
@media only screen and (max-width: 991px) {
  .team-to-action,
  .us-to-action,
  .call-to-action,
  .call-to-tream,
  .testimonial,
  .project-summery,
  .our-clients,
  .pages-header,
  .pages-header-ban,
  .contact-header,
  .blog-header,
  .equu-header,
  .team-header,
  .port-header,
  .service-header,
  .tww-header,
  .img_bac {
    background-attachment: scroll !important;
  }
}

/* ===== 移动端导航栏专用样式 ===== */
@media only screen and (max-width: 991px) {

    /* 清除容器和折叠区域的 padding */
    .intro .main-nav .container .row .col-lg-12 .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 覆盖 Bootstrap 默认的 hover/open 浅灰背景 */
    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background: transparent !important;
        color: #ffffff !important;
    }

    /* ---- 一级菜单：无箭头、无分隔线 ---- */
    .main-menu > li {
        margin: 0 !important;
        display: block !important;
        border-bottom: none !important;
    }

    .main-menu > li > a {
        display: block !important;
        position: relative !important;
        padding: 12px 16px !important;
        border-radius: 0 !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        border-bottom: none !important;
        background: none !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .main-menu > li > a:hover,
    .main-menu > li > a:active,
    .main-menu > li > a:focus {
        color: #259ad6 !important;
        background: transparent !important;
    }
    
    /* 取消PC端hover下拉显示 */
    .has-mega-menu:hover .mega-menu {
        display: none !important;
    }

    /* 去掉一级菜单箭头 */
    .main-menu > li > a::after {
        content: none !important;
    }

    .has-mega-menu.mobile-open > a::after {
        content: none !important;
        transform: none !important;
    }

    /* 搜索框隐藏 */
    .main-menu li.search {
        display: none !important;
        border-bottom: none !important;
    }

    /* ---- 子菜单容器 ---- */
    .has-mega-menu .mega-menu {
        display: none !important;
        position: static !important;
        transform: none !important;
        min-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .has-mega-menu.mobile-open .mega-menu {
        display: block !important;
    }

    .mega-menu-inner {
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    .mega-menu-right {
        display: none !important;
    }

    .mega-menu-left {
        min-width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
    }
    .mega-menu-left.mega-col-2 {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    /* 二级菜单链接：无箭头、无分隔线 */
    .mega-menu-left a {
        display: block !important;
        position: relative !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 10px 16px 10px 28px !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-bottom: none !important;
        text-decoration: none !important;
        background: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* 去掉二级菜单箭头 */
    .mega-menu-left a::after {
        content: none !important;
    }

    .mega-menu-left a:hover,
    .mega-menu-left a:active {
        color: #259ad6 !important;
        background: transparent !important;
    }
}

/* ===== 小屏手机（≤480px）进一步优化 ===== */
@media only screen and (max-width: 480px) {
    .main-menu > li > a {
        padding: 11px 14px !important;
        font-size: 14px !important;
    }
    .mega-menu-left a {
        font-size: 13px !important;
        padding: 9px 14px 9px 24px !important;
    }
}

/* ===== 移动端大字号覆盖 - 防止字体重叠 ===== */
/* 平板端 (≤768px) */
@media only screen and (max-width: 768px) {
    /* 通用h1-h6和p的内联大字号覆盖 */
    h1[style*="font-size"],
    h2[style*="font-size"],
    h3[style*="font-size"],
    h4[style*="font-size"],
    h5[style*="font-size"],
    h6[style*="font-size"],
    p[style*="font-size"] {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    /* 通用内联大padding-top缩减（移动端不需要那么大的顶部留白） */
    h1[style*="padding-top"],
    h2[style*="padding-top"],
    h4[style*="padding-top"],
    p[style*="padding-top"] {
        padding-top: 30px !important;
    }
    h1[style*="padding-bottom"],
    h2[style*="padding-bottom"],
    h4[style*="padding-bottom"],
    p[style*="padding-bottom"] {
        padding-bottom: 10px !important;
    }
    /* 通用内联大margin-top缩减 */
    h1[style*="margin-top"],
    h2[style*="margin-top"],
    p[style*="margin-top"] {
        margin-top: 15px !important;
    }
    /* 通用div/col容器内联大padding缩减（about/support等页面） */
    .why-choose-us div[style*="padding-top"],
    .help div[style*="padding-top"] {
        padding-top: 30px !important;
    }
    .why-choose-us div[style*="padding-bottom"],
    .help div[style*="padding-bottom"] {
        padding-bottom: 25px !important;
    }
    /* 动态背景区域的大标题 */
    .app-engine-section h1[style*="font-size"],
    .sys-engine-section h1[style*="font-size"],
    .data-engine-section h1[style*="font-size"],
    .api-engine-section h1[style*="font-size"],
    .ai-da-section h1[style*="font-size"],
    .api-deploy-section h1[style*="font-size"],
    .api-deploy-section h4[style*="font-size"],
    .data-compare-section h1[style*="font-size"],
    .apple-compare-section h1[style*="font-size"],
    .hcdw-features-section h1[style*="font-size"],
    .iot-features-section h1[style*="font-size"],
    .fk-features-section h1[style*="font-size"],
    .cldw-features-section h1[style*="font-size"],
    .clqj-features-section h1[style*="font-size"],
    .gcjx-features-section h1[style*="font-size"],
    .hwqj-features-section h1[style*="font-size"],
    .wlhy-features-section h1[style*="font-size"],
    .cbhb-features-section h1[style*="font-size"],
    .zcfg-features-section h1[style*="font-size"],
    .clean-features-section h1[style*="font-size"],
    .equip-features-section h1[style*="font-size"],
    .lldc-features-section h1[style*="font-size"],
    .install-hero h1[style*="font-size"],
    .install-section h1[style*="font-size"],
    .index-features-section h1[style*="font-size"],
    .index-features-section h2[style*="font-size"] {
        font-size: 28px !important;
        line-height: 1.3 !important;
        padding-top: 40px !important;
        padding-bottom: 15px !important;
    }
    /* 固定高度容器自适应 */
    .app-engine-section,
    .sys-engine-section,
    .data-engine-section,
    .api-engine-section,
    .ai-da-section,
    .api-deploy-section,
    .data-compare-section,
    .apple-compare-section,
    .hcdw-features-section,
    .iot-features-section,
    .fk-features-section,
    .cldw-features-section,
    .clqj-features-section,
    .gcjx-features-section,
    .hwqj-features-section,
    .wlhy-features-section,
    .cbhb-features-section,
    .zcfg-features-section,
    .clean-features-section,
    .equip-features-section,
    .lldc-features-section,
    .install-hero,
    .install-section,
    .index-features-section {
        height: auto !important;
        min-height: 300px !important;
        padding-bottom: 40px !important;
    }
    /* 负margin修正 */
    .why-choose-us h1[style*="margin-bottom: -"],
    .why-choose-us h2[style*="margin-bottom: -"] {
        margin-bottom: 0 !important;
    }
}

/* 手机端 (≤480px) */
@media only screen and (max-width: 480px) {
    /* 通用h1-h6和p的内联大字号覆盖 */
    h1[style*="font-size"],
    h2[style*="font-size"],
    h3[style*="font-size"],
    h4[style*="font-size"],
    h5[style*="font-size"],
    h6[style*="font-size"],
    p[style*="font-size"] {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    /* 通用内联大padding-top缩减（手机端更紧凑） */
    h1[style*="padding-top"],
    h2[style*="padding-top"],
    h4[style*="padding-top"],
    p[style*="padding-top"] {
        padding-top: 20px !important;
    }
    h1[style*="padding-bottom"],
    h2[style*="padding-bottom"],
    h4[style*="padding-bottom"],
    p[style*="padding-bottom"] {
        padding-bottom: 8px !important;
    }
    /* 通用内联大margin-top缩减 */
    h1[style*="margin-top"],
    h2[style*="margin-top"],
    p[style*="margin-top"] {
        margin-top: 10px !important;
    }
    /* 通用div/col容器内联大padding缩减（手机端更紧凑） */
    .why-choose-us div[style*="padding-top"],
    .help div[style*="padding-top"] {
        padding-top: 20px !important;
    }
    .why-choose-us div[style*="padding-bottom"],
    .help div[style*="padding-bottom"] {
        padding-bottom: 15px !important;
    }
    /* 动态背景区域的大标题 */
    .app-engine-section h1[style*="font-size"],
    .sys-engine-section h1[style*="font-size"],
    .data-engine-section h1[style*="font-size"],
    .api-engine-section h1[style*="font-size"],
    .ai-da-section h1[style*="font-size"],
    .api-deploy-section h1[style*="font-size"],
    .api-deploy-section h4[style*="font-size"],
    .data-compare-section h1[style*="font-size"],
    .apple-compare-section h1[style*="font-size"],
    .hcdw-features-section h1[style*="font-size"],
    .iot-features-section h1[style*="font-size"],
    .fk-features-section h1[style*="font-size"],
    .cldw-features-section h1[style*="font-size"],
    .clqj-features-section h1[style*="font-size"],
    .gcjx-features-section h1[style*="font-size"],
    .hwqj-features-section h1[style*="font-size"],
    .wlhy-features-section h1[style*="font-size"],
    .cbhb-features-section h1[style*="font-size"],
    .zcfg-features-section h1[style*="font-size"],
    .clean-features-section h1[style*="font-size"],
    .equip-features-section h1[style*="font-size"],
    .lldc-features-section h1[style*="font-size"],
    .install-hero h1[style*="font-size"],
    .install-section h1[style*="font-size"],
    .index-features-section h1[style*="font-size"],
    .index-features-section h2[style*="font-size"] {
        font-size: 22px !important;
        line-height: 1.3 !important;
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
    /* 动态背景区域的正文 */
    .app-engine-section p,
    .sys-engine-section p,
    .data-engine-section p,
    .api-engine-section p,
    .ai-da-section p,
    .api-deploy-section p,
    .data-compare-section p,
    .apple-compare-section p,
    .hcdw-features-section p,
    .iot-features-section p,
    .fk-features-section p,
    .cldw-features-section p,
    .clqj-features-section p,
    .gcjx-features-section p,
    .hwqj-features-section p,
    .wlhy-features-section p,
    .cbhb-features-section p,
    .zcfg-features-section p,
    .clean-features-section p,
    .equip-features-section p,
    .lldc-features-section p,
    .install-hero p,
    .install-section p,
    .index-features-section p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}
