
    /* 集团简介专用样式 -------------------------------------------------------------*/
.about-section {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
    margin: 0 auto;
    max-width: 98%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-header {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 100px;
}

.divider .dot {
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
}

.divider .line {
    width: 40px;
    height: 2px;
    background-color: #3498db;
    margin: 0 5px;
}

/* 图片区域样式 */
.about-img-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.about-img-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-img-container:hover .about-img {
    transform: scale(1.05);
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 25px;
    display: flex;
    justify-content: space-around;
}

.overlay-content {
    text-align: center;
    color: white;
    padding: 0 15px;
    position: relative;
}

.overlay-content:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
}

.overlay-content h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}

.overlay-content p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

/* 文字内容区域样式 */
.about-content {
    position: relative;
    padding-left: 64px;
}

.timeline-marker {
    position: absolute;
    left: -3px;
    top: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.4rem;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
    z-index: 1;
}

.about-heading {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.3;
}

.about-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.highlight {
    color: #3498db;
    font-weight: 700;
    position: relative;
}

.highlight:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f1c40f;
    z-index: -1;
    opacity: 0.5;
}

.about-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

/* 统计数据样式 */
.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.stat-item {
    flex: 1;
    min-width: 140px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    font-size: 1.8rem;
    color: #3498db;
    margin-right: 15px;
    flex-shrink: 0;
}

.stat-item h4 {
    font-size: 1.5rem;
    margin: 0;
    color: #2c3e50;
    font-weight: 700;
}

.stat-item p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 5px 0 0;
}

/* 使命宣言样式 */
.mission-box {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
    margin-bottom: 30px;
}

.mission-box:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.mission-box:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.mission-box h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mission-box h4 i {
    margin-right: 12px;
    font-size: 1.8rem;
    color: #f1c40f;
}

.mission-box p {
    margin: 0;
    line-height: 1.8;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

/* 认证徽章样式 */
.certification-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cert-badge {
    width: 20%;
    height: 80px;
    object-fit: contain;
    transition: all 0.3s ease;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.cert-badge:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 响应式调整 */
@media (max-width: 992px) {
    .about-content {
        padding-left: 0;
        padding-top: 60px;
    }

    .timeline-marker {
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
    }

    .section-title {
        font-size: 2.2rem;
    }

    .about-heading {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
        border-radius: 0;
        margin: 0;
    }

    .stat-item {
        min-width: calc(50% - 10px);
    }

    .overlay-content h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .stat-item {
        min-width: 100%;
    }

    .img-overlay {
        padding: 15px;
    }

    .overlay-content h3 {
        font-size: 1.5rem;
    }
}

/* 领导团队专用样式 */
.team-section {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-header {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 100px;
}

.divider .dot {
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
}

.divider .line {
    width: 40px;
    height: 2px;
    background-color: #3498db;
    margin: 0 5px;
}

/* 横向滚动容器 */
.team-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
    cursor: grab;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.team-scroll-container:active {
    cursor: grabbing;
}

.team-scroll-wrapper {
    display: inline-flex;
    padding: 0 40px;
    gap: 30px;
}

/* 团队成员卡片样式 */
.team-member {
    width: 280px;
    min-width: 280px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    scroll-snap-align: center;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.member-img-container {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member:hover .member-img {
    transform: scale(1.1);
}

.member-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-member:hover .member-social {
    opacity: 1;
}

.social-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #3498db;
    transform: translateY(-3px);
}

.member-info {
    padding: 25px;
    text-align: center;
    position: relative;
}

.member-info:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
}

.member-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.member-position {
    color: #3498db;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.member-desc {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.member-specialty {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 15px;
    background-color: #f1f8fe;
    color: #3498db;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* 领导团队特色标签 */
.leadership-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
}

/* 导航箭头 */
.scroll-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.scroll-nav:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.scroll-nav.left {
    left: 20px;
}

.scroll-nav.right {
    right: 20px;
}

.scroll-nav i {
    font-size: 1.5rem;
    color: #3498db;
}

/* 滚动条样式 */
.team-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.team-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.team-scroll-container::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 10px;
}

.team-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #2980b9;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .team-section {
        padding: 60px 20px;
        margin: 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .team-scroll-wrapper {
        padding: 0 20px;
        gap: 20px;
    }

    .team-member {
        width: 260px;
        min-width: 260px;
    }

    .member-img-container {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .scroll-nav {
        width: 40px;
        height: 40px;
    }
}

/* 组织架构专用样式 */
.org-section {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.org-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

/*.org-container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: auto;*/
/*    padding: 30px 0;*/
/*}*/

.org-chart {
    min-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.org-level {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.org-node {
    position: relative;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: 220px;
    margin: 0 15px;
    transition: all 0.3s ease;
    border-top: 4px solid #3498db;
    z-index: 1;
}

.org-node:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.org-node.ceo {
    border-top-color: #2ecc71;
    background: linear-gradient(135deg, #f8f9fa, #fff);
}

.org-node.department {
    border-top-color: #3498db;
}

.org-node.team {
    border-top-color: #9b59b6;
}

.node-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.node-position {
    font-size: 0.9rem;
    color: #3498db;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.node-desc {
    font-size: 0.9rem;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 0;
}

.node-connector {
    position: absolute;
    width: 2px;
    background-color: #e0e0e0;
    left: 50%;
    z-index: 0;
}

.node-connector.horizontal {
    width: calc(100% + 30px);
    height: 2px;
    left: -15px;
    top: -20px;
}

.node-connector.vertical {
    height: 40px;
    top: -40px;
}

.node-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.node-icon.ceo {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.node-icon.department {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.node-icon.team {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .org-section {
        padding: 40px 20px;
        border-radius: 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .org-container {
        padding: 20px 0;
    }

    .org-node {
        width: 180px;
        margin: 0 10px;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .org-node {
        width: 160px;
        margin: 0 8px;
        padding: 12px;
    }

    .node-title {
        font-size: 1.1rem;
    }
}

/* 新闻模块容器 - 国企红风格 */
.news-section {
    max-width: 1200px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #c12c2c; /* 国企红 */
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #c12c2c; /* 国企红 */
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    position: relative;
}

.section-title::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #c12c2c; /* 国企红 */
    border-radius: 50%;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    letter-spacing: 2px;
}

/* 横向布局 */
.news-layout {
    display: flex;
    gap: 30px;
}

.news-left {
    flex: 1;
}

.news-right {
    width: 400px;
}

/* 导航标签 - 国企风格 */
.news-tabs {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 2px solid #eee;
}

.news-tab {
    padding: 10px 25px;
    margin-right: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.news-tab.active {
    color: #c12c2c; /* 国企红 */
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: #fff;
}

.news-tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c12c2c; /* 国企红 */
}

/* 新闻列表 - 国企风格 */
.news-list {
    display: none;
}

.news-list.active {
    display: block;
}

.news-item {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    transition: all 0.3s ease;
}

.news-item:hover {
    background-color: #f9f9f9;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.news-date i {
    margin-right: 8px;
    color: #c12c2c; /* 国企红 */
}

.news-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.news-item:hover .news-title {
    color: #c12c2c; /* 国企红 */
}

.news-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.view-more {
    text-align: right;
    margin-top: 20px;
}

.view-more a {
    display: inline-flex;
    align-items: center;
    color: #c12c2c; /* 国企红 */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-more a:hover {
    color: #a02020;
}

.view-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.view-more a:hover i {
    transform: translateX(3px);
}

/* 轮播图 - 国企风格 */
.news-carousel {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    border: 1px solid #ddd;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.carousel-caption p {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: #eee;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.carousel-indicators button.active {
    background-color: #c12c2c; /* 国企红 */
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(193, 44, 44, 0.8); /* 国企红 */
    opacity: 1;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .news-layout {
        flex-direction: column;
    }

    .news-right {
        width: 100%;
        margin-top: 30px;
    }

    .news-carousel {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .news-tabs {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .news-tab {
        margin-bottom: 5px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .news-tab.active {
        border-bottom: 1px solid #ddd;
    }

    .news-tab.active::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
    }

    .section-title::before {
        width: 15px;
        height: 15px;
        left: -20px;
    }

    .news-carousel {
        height: 250px;
    }

    .carousel-caption h5 {
        font-size: 1.2rem;
    }

    .carousel-caption p {
        font-size: 0.85rem;
    }
}