﻿/* ===============================================================================
   Content
=============================================================================== */
/* = 首頁資訊區
-------------------------------------------------------------- */
    /*首頁區塊標頭文字*/
    .head-titlelineDiv{
        position: relative;
    }
    .head-titleline {
    margin: 0 auto 25px;
    text-align: center;
    line-height: 1.15;
    color: #000000;
    padding: 5px 0;
}
    .head_title{
        color:rgb(128, 128, 128);
}

    .head-titleline .head_title{
        display:inline-table;
        font-size:20px;
}
    .head-titleline .head_title::before,
.head-titleline .head_title::after{
	content: "";
	width: 314px;
	height: 1.5px;
	background: #d2d2d2;
	display: inline-block;
	/*position: absolute;*/
	top: 25%;
}
.head-titleline .head_title::before{
	left: 16px;
    /*transform: translateX(-90px);*/
    width: 33.33%;
    position: absolute;
}
.head-titleline .head_title::after{
	right: 16px;
    /*transform: translateX(100px);*/
    width: 33.33%;
    position: absolute;
}
    .head_subtitle{
        color:rgb(174, 172, 172);
}

    .head-titleline .head_subtitle{
        display:block;
}

        .head-titleline .head_subtitle::before,
.head-titleline .head_subtitle::after{
	content: "";
	width: 314px;
	height: 1.5px;
	background: #7ecbfc;
	display: inline-block;
	/*position: absolute;*/
	top: 25%;
}
.head-titleline .head_subtitle::before{
	left: 30.33%;
    /*transform: translateX(-90px);*/
    width: 13.33%;
    position: absolute;
}
.head-titleline .head_subtitle::after{
	right: 30.33%;
    /*transform: translateX(100px);*/
    width: 13.33%;
    position: absolute;
}

@media (max-width: 540px) {
    .head-titleline .head_title::before,
    .head-titleline .head_title::after{
        width: 30.33%;
    }
    .head-titleline .head_subtitle::before{
          left: 22.33%;
    }
    .head-titleline .head_subtitle::after {
          right: 22.33%;
    }
}

.date {
    float: left;
    width: 60px;
    height: 62px;
    font-family:  'Microsoft JhengHei','Century Gothic',Sans-serif;
    color: #fff;
    text-align: center;
    background: #04a0b0;
    padding: 6px;
    margin: 5px;
}
@media (max-width: 540px) {
    .date {
        display:none;
    }
}
.date .day {
    height: 26px;
    font-size: 14pt;
    line-height: 26px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-bottom: 4px;
}
.date .month {
    font-size: 12pt;
    line-height: 14px;
}
.date .year {
    font-size: .75rem;
    line-height: 14px;
}
.date span {
    display: block;
}

/*最新消息*/
#setion-news {
    width: 100%;
}

.bg_setion-news {
    background: #fff;
    padding: 50px 0 60px 0;
}

@media (max-width: 1024px) {
    .bg_setion-news {
        padding: 30px 0 50px 0;
    }
}


@media screen and (max-width: 720px) {
    .leftBox {
        margin-top: 0px;
    }
}

.rowNews-iTitle { /*標題英文字型設定*/
    color: #8f7e63;
    font-family: Arial;
    font-size: 1.6em;
    text-transform: uppercase;
}

.rowNews-iStitle { /*標題中文字型設定*/
    font-size: 1.1em;
    color: #8f7e63;
    margin-bottom: 5%;
}

@media screen and (max-width: 1199px) {
    .rowNews-iTitle,
    .rowNews-iStitle {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .rowNews-iStitle {
        padding-left: 10px;
    }
}

.rowNews .more {
    display: block;
    width: 100%;
    height: 33px;
    color: #5e3b3e;
    font-size: 0.9em;
    line-height: 33px;
    overflow: hidden;
    padding-left: 82px;
}

    .rowNews .more:hover {
        color: #646464;
    }

.rowNews .rightBox { /*列表區塊*/
    width: 55%;
    margin-top: -10px;
}

@media (max-width: 1200px) {
    .rowNews .rightBox {
        width: 100%;
        margin-top: 10px;
    }
}

.rowNews .newsTab {
}

    .rowNews .newsTab th,
    .rowNews .newsTab td {
        padding: 10px 5px 10px 12px;
    }

@media screen and (max-width: 767px) {
    .rowNews .newsTab th {
        padding: 10px 10px 5px 5px;
    }
}

.rowNews .newsTab th { /*列表日期設定*/
    min-width: 100px;
    font-family: 'Century Gothic', Sans-serif;
    font-size: 1.05em;
    font-weight: normal;
    border-bottom: 1px solid #999;
    vertical-align: top;
}
.index-newscdate {
    color: #777777;
}
.rowNews .newsTab .cdate {
    width: 80px; 
}

.rowNews .newsTab .pic {
    width: 180px;
}

.rowNews .newsTab .item_title {
    padding: 5px;
}

.rowNews .newsTab .item_content {
    padding: 5px;
    height: : 50px;
    overflow: hidden;
}

.rowNews .newsTab .item_view {
    text-align: right;
}

    .read-more {
        font-size: 11px;
        color: #e30020; 
    }

    .read-more:hover {
        font-size: 11px;
        color: #000;
    }

.rowNews .newsTab td { /*列表標題設定*/
    font-size: 1.05em;
    border-bottom: 1px solid #ddd;
}


.rowNews .newsTab .item_title h3 {
    font-size: 16px;
}



/*最新商品*/
.section-products {
    width: 100%;
}

.bg_section-products {
    background: #fff;
    padding: 50px 0 20px 0;
}

@media (max-width: 1024px) {
    .bg_scetion-products {
        padding: 30px 0 20px 0;
    }
}

.section-products .container {
    position: relative;
}

@media (max-width: 768px) {
    .section-products .container {
        padding: 0 38px 0 33px;
    }
}

/*最新商品標題中文設定*/
.section-products .section-productsheadTitle {
    text-align: left;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #82813d;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
}

   .productshead_subtitle { /*最新商品標題英文設定*/
        display: inline-block;
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-left: 15px;
        color: #82813d;
    }

@media (max-width: 424px) {
    .section-products .section-productsheadTitle {
        letter-spacing: 0px;
    }

        .section-products .section-productsheadTitle .productshead_subtitle {
            letter-spacing: 0px;
        }
}

@media (max-width: 360px) {
    .section-products .section-productsheadTitle .productshead_subtitle {
        display: block;
        padding-left: 0px;
    }
}

.section-products .section-productsheadTitle .Btn_more {
    display: none;
}

@media (min-width: 480px) {
    .section-products .section-productsheadTitle .Btn_more {
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: 0px;
    }

        .section-products .section-productsheadTitle .Btn_more a {
            display: block;
            width: 77px;
            height: 30px;
            overflow: hidden;
            border-radius: 15px;
            border: 1px solid #d3d3d3;
            background: #f2f2f2;
            background: -moz-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
            background: -webkit-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
            background: linear-gradient(to bottom,#f2f2f2 0%,#cfcfcf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2',endColorstr='#cfcfcf',GradientType=0 );
            text-align: center;
            font-size: 0.6rem;
            line-height: 1.5rem;
            color: #5c016d;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .section-products .section-productsheadTitle .Btn_more a:hover {
                background-position: 0 -28px;
            }
}

@media (min-width: 768px) {
    .section-products .section-productsheadTitle .Btn_more {
        top: 9px;
    }
}


/*首頁商品Owl列表區塊*/
.section-products .owl-carousel {
    display: flex;
    flex-wrap: wrap;
}

.section-products .item { 
    margin: 32px 25px 0 0;
}

@media (max-width: 533px) {
    .section-products .item {
        margin: 10px 25px 0 0;
    }
}

.section-products .proGridBox {
    width: 100%;
    margin-bottom: 0;
}

    .section-products .proGridBox .imgBox {
        position: relative;
        overflow: hidden;
    }

        .section-products .proGridBox .imgBox .pic {
            position: relative;
        }

        .section-products .proGridBox .imgBox img {
            width: auto;
            height: auto;
            margin: 0 auto;
        }

        .section-products .proGridBox .imgBox .pic:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.3);
            opacity: 0;
            transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -webkit-transition: opacity .3s ease-in-out;
            z-index: 2;
        }

        .section-products .proGridBox .imgBox:hover .pic:before { /*商品列表圖移過效果*/
            opacity: 1;
        }

        .section-products .proGridBox .imgBox .pic:after { /*商品列表圖移過效果*/
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 70px;
            height: 70px;
            background: url('../images/products/ic_listmask.png') no-repeat;
            background-size: 70px 70px;
            opacity: 0;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            margin-top: -35px;
            margin-left: -35px;
            z-index: 2;
        }

        .section-products .proGridBox .imgBox:hover .pic:after { /*商品列表圖移過效果*/
            opacity: 1;
            transform: rotate(0);
            -ms-transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
        }

        .section-products .proGridBox .imgBox .pic .sale { /*商品標籤*/
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 26px;
            color: #fff;
            font-size: 0.8125rem;
            line-height: 26px;
            text-align: center;
            background: rgba(0,0,0,.6);
        }

        .productsGridBox-txt { /*商品列表文字區塊*/
            /*background: #fff;*/
            /*height: 100px;*/
            text-align: center;
            padding: 10px 13px 15px;
        }

            .index-productstxt_panelh4 { /*商品列表商品編號*/
                display: block;
                /*max-height: 20px;*/
                font-size: 0.95rem;
                color: #000;
                line-height: 1.25rem;
                margin: 0 0 5px 0;
                /*overflow: hidden;*/
                transition: color .5s ease-in-out;
                -ms-transition: color .5s ease-in-out;
                -moz-transition: color .5s ease-in-out;
                -webkit-transition: color .5s ease-in-out;
            }

            .index-productstxt_panel {
                /*max-height: 50px;*/
                font-size: 1.5rem;
                color: #8f7e63;
                line-height: 1.25rem;
                margin: 0;
                /*overflow: hidden;*/
                transition: color .5s ease-in-out;
                -ms-transition: color .5s ease-in-out;
                -moz-transition: color .5s ease-in-out;
                -webkit-transition: color .5s ease-in-out;
                height: 40px;
                display: block;
                line-height: 40px;
            }

        .section-products .proGridBox .imgBox:hover .productsGridBox-txt span {
            color: #633313; /*●*/
        }

        .section-products .proGridBox .imgBox .productsGridBox-txt span.date {
            position: relative;
            display: block;
            font-size: 0.8rem;
            font-family: Arial, sans-serif;
            color: #777;
            letter-spacing: 1px;
            margin-top: 15px;
        }

            .section-products .proGridBox .imgBox .productsGridBox-txt span.date:before {
                content: '';
                position: absolute;
                display: block;
                top: -8px;
                left: 0;
                width: 48px;
                height: 1px;
                background: #633313; /*●*/
            }


/*相簿Owl區塊輪播*/
.section-album {
    width: 100%;
}

.bg_section-album {
    background: #fff;
    padding: 50px 0 20px 0;
}

@media (max-width: 1024px) {
    .bg_scetion-album {
        padding: 30px 0 20px 0;
    }
}

.section-album .container {
    position: relative;
}

@media (max-width: 768px) {
    .section-album .container {
        padding: 0 38px 0 33px;
    }
}

.section-album .mTitle { /*最新商品標題中文設定*/
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #82813d;
}

    .section-album .mTitle .head_subtitle { /*最新商品標題英文設定*/
        display: inline-block;
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-left: 15px;
        color: #82813d;
    }

@media (max-width: 424px) {
    .section-album .mTitle {
        letter-spacing: 0px;
    }

        .section-album .mTitle .head_subtitle {
            letter-spacing: 0px;
        }
}

@media (max-width: 360px) {
    .section-album .mTitle .head_subtitle {
        display: block;
        padding-left: 0px;
    }
}

.section-album .mTitle .Btn_more {
    display: none;
}

@media (min-width: 480px) {
    .section-album .mTitle .Btn_more {
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: 0px;
    }

        .section-album .mTitle .Btn_more a {
            display: block;
            width: 77px;
            height: 30px;
            overflow: hidden;
            border-radius: 15px;
            border: 1px solid #d3d3d3;
            background: #f2f2f2;
            background: -moz-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
            background: -webkit-linear-gradient(top,#f2f2f2 0%,#cfcfcf 100%);
            background: linear-gradient(to bottom,#f2f2f2 0%,#cfcfcf 100%);
            filter: albumgid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2',endColorstr='#cfcfcf',GradientType=0 );
            text-align: center;
            font-size: 0.6rem;
            line-height: 1.5rem;
            color: #5c016d;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .section-album .mTitle .Btn_more a:hover {
                background-position: 0 -28px;
            }
}

@media (min-width: 768px) {
    .section-album .mTitle .Btn_more {
        top: 9px;
    }
}


/*首頁相簿Owl列表區塊*/
.section-album .owl-carousel-album {
    display: flex;
    flex-wrap: wrap;
}

.section-album .item { 
    margin: 32px 25px 0 0;
}

@media (max-width: 533px) {
    .section-album .item {
        margin: 10px 25px 0 0;
    }
}

.section-album .albumGridBox {
    width: 100%;
    margin-bottom: 0;
}

    .section-album .albumGridBox .imgBox {
        position: relative;
        overflow: hidden;
    }

        .section-album .albumGridBox .imgBox .pic {
            position: relative;
        }

        .section-album .albumGridBox .imgBox img {
            width: auto;
            height: auto;
            margin: 0 auto;
        }

        .section-album .albumGridBox .imgBox .pic:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.3);
            opacity: 0;
            transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -webkit-transition: opacity .3s ease-in-out;
            z-index: 2;
        }

        .section-album .albumGridBox .imgBox:hover .pic:before { /*商品列表圖移過效果*/
            opacity: 1;
        }

        .section-album .albumGridBox .imgBox .pic:after { /*商品列表圖移過效果*/
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 70px;
            height: 70px;
            background: url('../images/albumducts/ic_listmask.png') no-repeat;
            background-size: 70px 70px;
            opacity: 0;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            margin-top: -35px;
            margin-left: -35px;
            z-index: 2;
        }

        .section-album .albumGridBox .imgBox:hover .pic:after { /*商品列表圖移過效果*/
            opacity: 1;
            transform: rotate(0);
            -ms-transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
        }

        .section-album .albumGridBox .imgBox .pic .sale { /*商品標籤*/
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 26px;
            color: #fff;
            font-size: 0.8125rem;
            line-height: 26px;
            text-align: center;
            background: rgba(0,0,0,.6);
        }

       .albumGridBox-txt { /*商品列表文字區塊*/
            background: rgba(0,0,0,.3);
            /*height: 100px;*/
            text-align: center;
            /*! padding: 10px 13px 15px; */
            position: absolute;
            z-index: 100;
            bottom: 0px;
            width: 100%;
            height: 40px;
            color: #fff;
            line-height: 40px;
        }

            .section-album .albumGridBox .imgBox .txt h4 { /*商品列表商品編號*/
                display: block;
                /*max-height: 20px;*/
                font-size: 0.95rem;
                color: #000;
                line-height: 1.25rem;
                margin: 0 0 5px 0;
                /*overflow: hidden;*/
                transition: color .5s ease-in-out;
                -ms-transition: color .5s ease-in-out;
                -moz-transition: color .5s ease-in-out;
                -webkit-transition: color .5s ease-in-out;
            }

            .section-album .albumGridBox .imgBox .txt h3 {
                    /*max-height: 50px;*/
                    font-size: 0.95rem;
                    color: #fff;
                    line-height: 1.25rem;
                    margin: 0;
                    /*overflow: hidden;*/
                    transition: color .5s ease-in-out;
                    -ms-transition: color .5s ease-in-out;
                    -moz-transition: color .5s ease-in-out;
                    -webkit-transition: color .5s ease-in-out;
                    height: 40px;
                    line-height: 40px;
            }

        .section-album .albumGridBox .imgBox:hover .txt h3 {
            color: #02c6db; /*●*/
        }

        .section-album .albumGridBox .imgBox .txt span.date {
            position: relative;
            display: block;
            font-size: 0.8rem;
            font-family: Arial, sans-serif;
            color: #777;
            letter-spacing: 1px;
            margin-top: 15px;
        }

            .section-album .albumGridBox .imgBox .txt span.date:before {
                content: '';
                position: absolute;
                display: block;
                top: -8px;
                left: 0;
                width: 48px;
                height: 1px;
                background: #633313; /*●*/
            }

 /*album首頁標題中文設定*/
  .section-album .section-albumheadTitle {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 1px;
    border-bottom: 2px solid #ddd;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
}
   .section-album .section-albumheadTitle::before{
	content: "";
	height: 2px;
	background: #7ecbfc;
	display: inline-block;
    width: 20%;
    position: absolute;
	left: 0;
	top: 38px;
    left: 16px;
}

    .albumhead_subtitle { /*標題英文設定*/
        display: inline-block;
        font-size: 14px;
        color:#777777;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-left: 5px;
    }

@media (max-width: 424px) {
    .section-album .section-albumheadTitle {
        letter-spacing: 0px;
    }

        .section-album .section-headTitle .albumhead_subtitle {
            letter-spacing: 0px;
        }
}

@media (max-width: 360px) {
    .section-album .section-headTitle .albumhead_subtitle {
        display: block;
        padding-left: 0px;
    }
}

/*輪播按鈕設定*/
.section-album .Btn_prevnext .btn { 
    position: absolute;
    display: block;
    width: 40px;
    height: 35px;
    color: #777;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

    .section-album .Btn_prevnext .btn:hover {
        color: #84bd00; /*輪播按鈕滑過顏色*/ /*●*/
    }

    .section-album .Btn_prevnext .btn:active {
        box-shadow: none;
    }

.section-album .Btn_prevnext .prev {
    top: 0px;
    left: 0px;
}

.section-album .Btn_prevnext .next {
    top: 0px;
    right: 0px;
}

 /*輪播區塊左右按鈕設定*/
#section-products .Btn_prevnext {
    position: absolute;
    top: 0;
    right: 10px;
    width: 80px;
    height: 50px;
    background: url(../images/index/btn_gap.png) center no-repeat; /*輪播按鈕中間隔線*/
    overflow: hidden;
    z-index: 99;
}

@media (min-width: 800px) {
    #section-products .Btn_prevnext {
        /*right: 0;*/
    }
}

.Btn_prevnext .btn { /*輪播按鈕設定*/
    position: absolute;
    display: block;
    width: 40px;
    height: 35px;
    color: #777;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

    .Btn_prevnext .btn:hover {
        color: #84bd00; /*輪播按鈕滑過顏色*/ /*●*/
    }

    .Btn_prevnext .btn:active {
        box-shadow: none;
    }

.Btn_prevnext .prev {
    top: 20px;
    left: 10px;
}

.Btn_prevnext .next {
    top: 20px;
    right: -330px;
}


/*pages*/
#setion-pages {
    width: 100%;
    margin: 0 auto 1px;
}

/*parallax-scroll seo */
/* = parallax-scroll
-------------------------------------------------------------- */
.parallax-scroll {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #fff;
    background: 50% 50% no-repeat;
    background-image: url(../images/index/bg_seo.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
}

@media (max-width: 800px) {
    .parallax-scroll {
        background-image: url(../images/index/bg_seo_800.jpg);
    }
}

.parallax-scroll .container {
    padding: 0;
    margin: 0 auto;
}

.parallax-scroll-xxl {
    color: rgba(0,0,0,1);
    padding: 50px 85px;
    margin: 0;
}

@media (max-width: 800px) {
    .parallax-scroll-xxl {
        padding: 50px 45px;
    }
}

@media (max-width: 480px) {
    .parallax-scroll-xxl {
        padding: 30px 45px;
    }
}

@media (max-width: 424px) {
    .parallax-scroll-xxl {
        padding: 30px 35px;
    }
}

/* slogan */
.parallax-scroll-xxl h2 {
    font-size: 30px;
    padding-bottom: 25px;
}

.parallax-scroll-xxl small {
    display: block;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 50px;
}

@media (max-width: 800px) {
    .parallax-scroll-xxl h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .parallax-scroll-xxl small {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

@media (max-width: 604px) {
    .parallax-scroll-xxl h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .parallax-scroll-xxl small {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .parallax-scroll-xxl h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .parallax-scroll-xxl small {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}

@media (max-width: 424px) {
    .parallax-scroll-xxl h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .parallax-scroll-xxl small {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}

@media (max-width: 384px) {
    .parallax-scroll-xxl h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .parallax-scroll-xxl small {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 10px;
    }
}

