/* =========================================================
   首頁 SEO 區塊 UI
   美和看護｜Index SEO Sections
   ========================================================= */

/* ---------- 共用 ---------- */

.index-care-needs,
.index-care-process,
.index-care-price,
.index-service-area,
.index-faq {
    position: relative;
    overflow: hidden;
}

.index-care-needs .shell,
.index-care-process .shell,
.index-care-price .shell,
.index-service-area .shell,
.index-faq .shell {
    position: relative;
    z-index: 2;
}

.index-care-needs .maintitle,
.index-care-process .maintitle,
.index-care-price .maintitle,
.index-service-area .maintitle,
.index-faq .maintitle {
    margin-bottom: 25px;
}

.index-care-needs .maintitle h2,
.index-care-process .maintitle h2,
.index-care-price .maintitle h2,
.index-service-area .maintitle h2,
.index-faq .maintitle h2 {
    color: #34495e;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.index-care-needs .maintitle > p,
.index-care-process .maintitle > p,
.index-care-price .maintitle > p,
.index-service-area .maintitle > p,
.index-faq .maintitle > p {
    color: #8ba8bd;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.index-care-needs .text-center > p,
.index-care-process .text-center > p,
.index-care-price .text-center > p {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    color: #697b89;
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   第 5 區｜哪些情況需要找屏東看護
   ========================================================= */

.index-care-needs {
    background:
        linear-gradient(135deg, rgba(244,249,253,.98), rgba(232,242,249,.92));
    padding-top: 90px;
    padding-bottom: 95px;
}

.index-care-needs:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(123,181,220,.08);
    right: -130px;
    top: -160px;
}

.index-care-needs:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(214,180,91,.08);
    left: -100px;
    bottom: -100px;
}

.care-need-item {
    position: relative;
    background: #ffffff;
    min-height: 205px;
    margin-bottom: 30px;
    padding: 32px 30px 28px;
    border-radius: 14px;
    border: 1px solid #e5eef5;
    box-shadow: 0 8px 28px rgba(55, 94, 123, .08);
    transition: all .3s ease;
}

.care-need-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #81b7dc, #d7b55d);
}

.care-need-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(55, 94, 123, .14);
}

.care-need-item h3 {
    position: relative;
    color: #375f7b;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 16px;
    padding-left: 18px;
}

.care-need-item h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 20px;
    background: #7fb3d5;
    border-radius: 3px;
}

.care-need-item p {
    color: #71808c;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* =========================================================
   第 6 區｜屏東看護服務流程
   ========================================================= */

.index-care-process {
    background: #ffffff;
    padding-top: 95px;
    padding-bottom: 100px;
}

.index-care-process:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, #dcebf5, #80b6da, #d8ba6c, #dcebf5);
}

.care-process-item {
    position: relative;
    background: #f8fbfd;
    min-height: 215px;
    padding: 34px 28px 28px;
    margin-bottom: 30px;
    border-radius: 16px;
    border: 1px solid #e4edf3;
    transition: all .3s ease;
}

.care-process-item:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(55, 94, 123, .12);
}

.process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #79afd3, #568dad);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(73,132,170,.25);
}

.care-process-item h3 {
    color: #344f62;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}

.care-process-item p {
    color: #73828e;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* 流程 CTA */

.index-care-process .offset-top-50.text-center {
    margin-top: 35px;
    padding: 35px 25px;
    background: linear-gradient(135deg, #eef6fb, #f8fbfd);
    border-radius: 16px;
    border: 1px solid #dbeaf4;
}

.index-care-process .offset-top-50.text-center h3 {
    color: #315a76;
    font-size: 25px;
    margin-bottom: 18px;
}

.index-care-process .offset-top-50.text-center .btn {
    min-width: 230px;
    margin: 8px 5px 0;
    padding: 13px 25px;
    border-radius: 30px;
}


/* =========================================================
   第 7 區｜屏東看護費用
   ========================================================= */

.index-care-price {
    background:
        linear-gradient(145deg, #eaf3f9 0%, #f8fbfd 55%, #f5f0e5 100%);
    padding-top: 95px;
    padding-bottom: 100px;
}

.care-price-item {
    position: relative;
    background: rgba(255,255,255,.95);
    min-height: 225px;
    padding: 32px 25px 28px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 28px rgba(45,76,98,.08);
    border-bottom: 4px solid #84b7d8;
    transition: all .3s ease;
}

.care-price-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(45,76,98,.13);
    border-bottom-color: #d2ad51;
}

.care-price-item h3 {
    color: #3c627d;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.care-price-item p {
    color: #6f7f8b;
    line-height: 1.8;
    font-size: 15px;
}


/* 費用 CTA */

.index-care-price .offset-top-50.text-center {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(55,94,123,.09);
}

.index-care-price .offset-top-50.text-center h3 {
    color: #375d77;
    font-size: 25px;
    margin-bottom: 10px;
}

.index-care-price .offset-top-50.text-center p {
    color: #71808b;
    line-height: 1.8;
}

.index-care-price .btn {
    min-width: 220px;
    border-radius: 30px;
    padding: 13px 25px;
}


/* =========================================================
   第 8 區｜服務地區
   ========================================================= */

.index-service-area {
    background: #ffffff;
    padding-top: 95px;
    padding-bottom: 100px;
}

.service-area-content {
    position: relative;
    padding: 38px 40px;
    min-height: 300px;
    background: #f7fafc;
    border-radius: 16px;
    border-left: 5px solid #80b5d7;
}

.service-area-content h3 {
    color: #355e79;
    font-size: 26px;
    margin-bottom: 20px;
}

.service-area-content p {
    color: #6d7d89;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.service-area-contact {
    position: relative;
    min-height: 300px;
    padding: 38px 40px;
    border-radius: 16px;
    background: linear-gradient(145deg, #557f9d, #3d637e);
    box-shadow: 0 12px 35px rgba(48,85,111,.2);
}

.service-area-contact:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: 20px;
    top: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.service-area-contact h3 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 24px;
}

.service-area-contact p {
    position: relative;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 13px;
}

.service-area-contact a:not(.btn) {
    color: #ffffff;
    font-weight: 500;
}

.service-area-contact a:not(.btn):hover {
    color: #f5d98e;
}

.service-area-contact .btn {
    background: #ffffff;
    color: #426b87;
    border: 0;
    border-radius: 30px;
    padding: 11px 28px;
}

.service-area-contact .btn:hover {
    background: #ecd18a;
    color: #344f61;
}


/* =========================================================
   第 9 區｜FAQ Accordion
   ========================================================= */

.index-faq {
    background:
        linear-gradient(180deg, #f1f7fb 0%, #ffffff 100%);
    padding-top: 95px;
    padding-bottom: 105px;
}

.index-faq .faq-list {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid #e0ebf2;
    box-shadow: 0 5px 18px rgba(50,85,110,.06);
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item:hover {
    box-shadow: 0 9px 25px rgba(50,85,110,.1);
}

.faq-item h3 {
    position: relative;
    margin: 0;
    padding: 21px 65px 21px 27px;
    cursor: pointer;
    color: #3e6078;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
    background: #ffffff;
    user-select: none;
    transition: all .25s ease;
}

.faq-item h3:hover {
    background: #f7fbfd;
    color: #2f6f99;
}

.faq-item h3:before,
.faq-item h3:after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #6fa7ca;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.faq-item h3:after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-item.active h3 {
    color: #ffffff;
    background: linear-gradient(90deg, #638eac, #79afd2);
}

.faq-item.active h3:before,
.faq-item.active h3:after {
    background: #ffffff;
}

.faq-item.active h3:after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-item > p {
    display: none;
    margin: 0;
    padding: 22px 30px 26px;
    color: #6c7c88;
    font-size: 15px;
    line-height: 1.9;
    border-top: 1px solid #edf2f5;
    background: #ffffff;
}


/* =========================================================
   按鈕統一質感
   ========================================================= */

.index-care-process .btn,
.index-care-price .btn,
.index-service-area .btn {
    transition: all .25s ease;
}

.index-care-process .btn:hover,
.index-care-price .btn:hover,
.index-service-area .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(54,105,139,.18);
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .index-care-needs,
    .index-care-process,
    .index-care-price,
    .index-service-area,
    .index-faq {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .care-need-item,
    .care-process-item,
    .care-price-item {
        min-height: 190px;
    }

    .service-area-content,
    .service-area-contact {
        min-height: auto;
        margin-bottom: 25px;
    }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .index-care-needs,
    .index-care-process,
    .index-care-price,
    .index-service-area,
    .index-faq {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .index-care-needs .maintitle h2,
    .index-care-process .maintitle h2,
    .index-care-price .maintitle h2,
    .index-service-area .maintitle h2,
    .index-faq .maintitle h2 {
        font-size: 27px;
        line-height: 1.45;
    }

    .index-care-needs .text-center > p,
    .index-care-process .text-center > p,
    .index-care-price .text-center > p {
        text-align: left;
        font-size: 15px;
        line-height: 1.8;
    }

    .care-need-item,
    .care-process-item,
    .care-price-item {
        min-height: auto;
        padding: 27px 23px;
        margin-bottom: 20px;
    }

    .care-need-item h3,
    .care-process-item h3,
    .care-price-item h3 {
        font-size: 20px;
    }

    .service-area-content,
    .service-area-contact {
        padding: 30px 24px;
        border-radius: 12px;
    }

    .service-area-content h3,
    .service-area-contact h3 {
        font-size: 23px;
    }

    .index-care-process .offset-top-50.text-center,
    .index-care-price .offset-top-50.text-center {
        padding: 28px 18px;
    }

    .index-care-process .offset-top-50.text-center h3,
    .index-care-price .offset-top-50.text-center h3 {
        font-size: 22px;
    }

    .index-care-process .offset-top-50.text-center .btn {
        display: block;
        width: 100%;
        min-width: 0;
        margin: 10px 0 0;
    }

    .faq-item h3 {
        font-size: 17px;
        padding: 18px 55px 18px 20px;
    }

    .faq-item h3:before,
    .faq-item h3:after {
        right: 20px;
        width: 16px;
    }

    .faq-item > p {
        padding: 20px;
        font-size: 15px;
        line-height: 1.8;
    }
}

/* =========================================================
   首頁 Hero SEO Intro
   ========================================================= */

.index-hero-seo {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 58px max(50px, calc((100vw - 1280px) / 2 + 50px)) 52px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9fc 72%, #eef5fa 100%);
    border-bottom: 1px solid #e4edf3;
    box-sizing: border-box;
}

.index-hero-seo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 58px;
    width: 6px;
    height: 72px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #7fb6d9, #d5b35d);
}

.index-hero-seo h1 {
    margin: 0 0 18px;
    color: #355b74;
    font-size: 44px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 1px;
}

.index-hero-seo p {
    max-width: 1050px;
    margin: 0 0 24px;
    color: #6d7c88;
    font-size: 16px;
    line-height: 1.9;
}

.index-hero-seo a {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #6aa6ce, #4f86aa);
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(74, 128, 164, .18);
    transition: all .25s ease;
}

.index-hero-seo a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(74, 128, 164, .24);
}


/* =========================================================
   第 2 區 About
   ========================================================= */

.index-about {
    position: relative;
    background:
        radial-gradient(circle at 10% 15%, rgba(122, 180, 219, .08), transparent 30%),
        #ffffff;
}

.index-about .range {
    align-items: center;
}

.index-about .page-title-re {
    position: relative;
    color: #385f78;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 12px;
}

.index-about .page-title-re:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 34px;
    margin-right: 14px;
    vertical-align: -5px;
    border-radius: 4px;
    background: linear-gradient(180deg, #7fb7db, #d6b65f);
}

.index-about .index-about-maintxt {
    color: #6f7d88;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;
}

.index-about .cell-xl-6 img {
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(53, 93, 121, .13);
}

.index-about .btn-style-re1 {
    border-radius: 28px;
    padding: 11px 28px;
    background: linear-gradient(135deg, #6da8cf, #4d84a7);
    border: none;
    color: #ffffff;
    transition: all .25s ease;
}

.index-about .btn-style-re1:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(55, 105, 140, .18);
}


/* =========================================================
   Hero + About RWD
   ========================================================= */

@media (max-width: 991px) {

    .index-hero-seo {
        padding: 45px 28px 42px;
    }

    .index-hero-seo h1 {
        font-size: 34px;
    }

    .index-about .page-title-re {
        font-size: 29px;
    }

    .index-about .cell-xl-6 img {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {

    .index-hero-seo {
        padding: 36px 20px 34px;
    }

    .index-hero-seo:before {
        top: 38px;
        height: 54px;
        width: 5px;
    }

    .index-hero-seo h1 {
        font-size: 28px;
        line-height: 1.5;
    }

    .index-hero-seo p {
        font-size: 15px;
        line-height: 1.8;
    }

    .index-hero-seo a {
        width: 100%;
        text-align: center;
    }

    .index-about .page-title-re {
        font-size: 26px;
    }

    .index-about .page-title-re:before {
        height: 28px;
        margin-right: 10px;
    }

    .index-about .index-about-maintxt {
        font-size: 15px;
        line-height: 1.85;
    }
}

/* =========================================================
   首頁三大服務卡｜高度修正版
   ========================================================= */

.index-feature .thumbnail-variant-2 .caption-2 {
    height: auto !important;
    min-height: 230px !important;
}

.index-feature .thumbnail-variant-2 .caption-2-inner {
    height: auto !important;
    min-height: 185px !important;
    padding: 22px 20px 24px !important;
    box-sizing: border-box;
}

.index-feature .thumbnail-variant-2 h3 {
    margin: 0 0 10px;
    font-size: 23px !important;
    line-height: 1.35 !important;
    font-weight: 400;
}

.index-feature .thumbnail-variant-2 h3 a {
    color: #3e5667;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: nowrap;
}

.index-feature .thumbnail-variant-2 .divider {
    margin-top: 12px;
    margin-bottom: 15px;
}

.index-feature .thumbnail-variant-2 .caption-2 p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.75;
    color: #6f7b84;
}

/* 三張卡高度一致 */
@media (min-width: 992px) {
    .index-feature .thumbnail-variant-2 .caption-2 {
        min-height: 230px !important;
    }

    .index-feature .thumbnail-variant-2 .caption-2-inner {
        min-height: 185px !important;
    }
}

/* 平板 */
@media (max-width: 991px) {
    .index-feature .thumbnail-variant-2 h3 a {
        white-space: normal;
    }

    .index-feature .thumbnail-variant-2 .caption-2,
    .index-feature .thumbnail-variant-2 .caption-2-inner {
        min-height: 0 !important;
    }
}

/* 手機 */
@media (max-width: 767px) {
    .index-feature .thumbnail-variant-2 .caption-2 {
        min-height: 0 !important;
    }

    .index-feature .thumbnail-variant-2 .caption-2-inner {
        min-height: 0 !important;
        padding: 20px 18px 22px !important;
    }

    .index-feature .thumbnail-variant-2 h3 {
        font-size: 21px !important;
    }
}

/* =========================================================
   CARE NEEDS 3x2 卡片排列與上下間距
   ========================================================= */

.index-care-needs .row > .col-md-4 {
    padding-bottom: 30px;
}

.index-care-needs .care-need-item {
    margin-bottom: 0 !important;
}

/* 桌機每 3 張強制換列 */
@media (min-width: 992px) {

    .index-care-needs .row > .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

/* 平板：每 2 張換列 */
@media (min-width: 768px) and (max-width: 991px) {

    .index-care-needs .row > .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* 手機 */
@media (max-width: 767px) {

    .index-care-needs .row > [class*="col-"] {
        padding-bottom: 20px;
    }
}

/* =========================================================
   第5、6區：說明文字與下方卡片增加間距
   ========================================================= */

/* 第5區 CARE NEEDS */
.index-care-needs .text-center.offset-top-30 {
    margin-bottom: 45px !important;
}

/* 第6區 SERVICE PROCESS */
.index-care-process .text-center.offset-top-30 {
    margin-bottom: 45px !important;
}

/* 避免 row 自己又被舊樣式往上拉 */
.index-care-needs .text-center.offset-top-30 + .row,
.index-care-process .text-center.offset-top-30 + .row {
    margin-top: 0 !important;
}


/* 平板 */
@media (max-width: 991px) {

    .index-care-needs .text-center.offset-top-30,
    .index-care-process .text-center.offset-top-30 {
        margin-bottom: 38px !important;
    }
}


/* 手機 */
@media (max-width: 767px) {

    .index-care-needs .text-center.offset-top-30,
    .index-care-process .text-center.offset-top-30 {
        margin-bottom: 30px !important;
    }
}

/* =========================================================
   SERVICE PROCESS 流程卡片上下排間距
   ========================================================= */

.index-care-process .row > .col-md-4 {
    padding-bottom: 30px !important;
}

/* 流程卡本身不另外做外距 */
.index-care-process .care-process-item {
    margin-bottom: 0 !important;
}

/* 桌機每 3 張重新起一列 */
@media (min-width: 992px) {

    .index-care-process .row > .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

/* 手機 */
@media (max-width: 767px) {

    .index-care-process .row > [class*="col-"] {
        padding-bottom: 20px !important;
    }
}

/* =========================================================
   CARE COST 區塊上下間距修正
   ========================================================= */

/* 說明文字與四張費用卡片 */
.index-care-price .text-center.offset-top-30 {
    margin-bottom: 45px !important;
}

/* 四張卡片本身底部間距 */
.index-care-price .row > .col-md-3 {
    padding-bottom: 35px !important;
}

/* 卡片與 CTA 區塊拉開 */
.index-care-price .row + .text-center.offset-top-50 {
    margin-top: 35px !important;
}

/* 避免卡片本身舊 margin 干擾 */
.index-care-price .care-price-item {
    margin-bottom: 0 !important;
}


/* Tablet */
@media (max-width: 991px) {

    .index-care-price .text-center.offset-top-30 {
        margin-bottom: 38px !important;
    }

    .index-care-price .row > .col-md-3 {
        padding-bottom: 25px !important;
    }

    .index-care-price .row + .text-center.offset-top-50 {
        margin-top: 25px !important;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .index-care-price .text-center.offset-top-30 {
        margin-bottom: 30px !important;
    }

    .index-care-price .row > [class*="col-"] {
        padding-bottom: 20px !important;
    }

    .index-care-price .row + .text-center.offset-top-50 {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {

    .maintitle.style2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }

}

/* =========================================================
   修正首頁服務項目區 range 水平溢位
   ========================================================= */

.index-service > div > .range {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
/* =========================================================
   桌機版水平捲軸最終修正
   ========================================================= */

@media (min-width: 992px) {

    /* ---------- 右側浮動 LINE / 電話 ---------- */
    .fix-menu {
        left: auto !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .fix-menu ul,
    .fix-menu li {
        max-width: 100% !important;
        margin-right: 0 !important;
    }


    /* ---------- 首頁服務項目右側背景區 ---------- */
    .index-service .img-fullwidth-wrapper {
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .index-service .img-fullwidth-right {
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .index-service .img-caption {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
}

