html {
	scroll-behavior: smooth;
}

.custom-color-1{
    color: #4D4D4D;
}

.custom-color-2{
    color: #A88862;
}

.custom-color-3{
    color: #EAD6C0;
}

.text-white{
    color: #fff;
}

/*-----------------------------------
// 自適應相關設定
------------------------------------*/

/* 因為版型使用的boostrap版本過舊，需要額外自己設定部分class*/
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-flex{
    display: flex !important;
}
.d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}

.flex-stack{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* boostrap 自設定 */

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
}

.p-relative{
    position: relative;
}

.ot-btn {
    color: #000000;
}

body{
    font-family: 'Noto Serif TC', 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif TC', 'Poppins', sans-serif;
}


#royal_preloader.logo .percentage {
    color: #838383;
}

#menu ul > li > a,
#main-nav > ul > li > a {
    color: #4D4D4D;
    font-size: 24px;
}

.bg-white {
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg-white .main-nav > ul > li > a {
    line-height: 70px;
}

.section-1{
    background-image:url('custom-images/1-background-texture.jpg');
    height:100vh;
}

.section-2{
    background-image:url('custom-images/2-background.jpg');
}

.section-1 .pc-div .center-img{
    position: absolute;
    right: 50%;
    bottom: 150px;
    transform: translateX(50%);
    
}

.section-1 .pc-div .right-img{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.section-1 .pc-div .text-div{
    position: absolute;
    right: 50px;
    top: 30%;
}

.section-1 .pc-div .text-1{
    color: #4D4D4D;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 9rem;
}

.section-1 .pc-div .text-2{
    color: #4D4D4D;
    font-size: 30px;
    font-weight: 500;
}

.section-1 .pc-div .reserv-jump-btn{
    margin-top: 9rem;
    font-size: 24px;
    float: right;
    padding: 14px 50px;
}


.section-1 .mobile-div .middle-img{
    position: absolute;
    right: 11vw;
    top: 72vw;
}

.section-1 .mobile-div .text-div{
    margin-top: 20px;
}

.section-1 .mobile-div .text-1{
    color: black;
    font-size: 7vw;
    font-weight: 600;
    margin-bottom: 4rem;
}

.section-1 .mobile-div .text-2{
    color: black;
    font-size: 5vw;
    font-weight: 500;
}

.section-1 .mobile-div .reserv-jump-btn{
    margin-top: 2rem;
    font-size: 4vw;
    padding: 8px 50px;
}

.section-2 .text-content{
    padding-left: 45px;
    margin-top: 100px;
}

.section-2 .sub-title{
    font-size: 36px;
    margin-bottom: 45px;
}

.section-2 .main-title{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.section-2 .main-content{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 5rem;
}

.section-2 .right-img{
    margin-top: 150px;
}

.section-3 .row-control{
    height: 70vmin;
}

.section-3 .text-div-bg,
.section-3 .img-div-bg{
    width:100%;
    height: inherit;
}

.section-3 .text-content,
.section-3 .img-content{
    position: absolute;
    height: 100%;
    width:100%;
    top:0;
}

.section-3 .text-content > div{
    padding-left: 126px;
}

.section-3 .sub-title{
    font-size: 36px;
    margin-bottom: 45px;
}

.section-3 .main-title{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.section-3 .main-content{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 5rem;
}

.section-3 .img-box-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
}

.section-3 .img-box-wrapper .img-box{
    width: 250px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}

.section-3 .img-box-wrapper .img-1{
    background-image: url("custom-images/3-historical-building.jpg");
}

.section-3 .img-box-wrapper .img-2{
    background-image: url("custom-images/3-park.jpg");
}

.section-3 .img-box-wrapper .img-3{
    background-image: url("custom-images/3-college.jpg");
}

.section-4 .tag-wrapper{
    background-image: url("custom-images/4-tag-color.png");
    position: absolute;
    bottom: 10%;
    left: 15px;
    width: 240px;
    height: 44px;
}

.section-4 .tag-wrapper p{
    position: relative;
    font-size: 22px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.section-4 .text-div-blur{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 45vw;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: #ffffff4a;
    margin-right: 15px;
}

.section-4 .portfolio-des {
    max-width: 600px;
    padding-top: 0px;
}

.section-4 .sub-title{
    font-size: 36px;
    margin-bottom: 45px;
}

.section-4 .main-title{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.section-4 .main-content{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 5rem;
}

.section-4 .text-div-blur .portfolio-des{
    width:100%;
}

.section-4 .owl-page-h .owl-controls{
    z-index: 2;
}


.section-5{
    background-image:url('custom-images/5-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-5 .text-div-blur{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.section-5 .text-div-blur .portfolio-des{
    padding-top: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.section-5 .sub-title{
    font-size: 36px;
    margin-bottom: 45px;
}

.section-5 .main-title{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.section-5 .main-content{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 5rem;
}

.section-6{
    background-image:url('custom-images/6-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-6 .img-box{
    padding-left: 70px;
    height: 540px;
}

.section-6 .img-wrapper {
    position: relative;
    width: fit-content;
    margin: auto;
}

.section-6 .img-wrapper img{
    max-height: 540px;
}

.section-6 .img-wrapper .tag-box{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 100%;
    
}

.section-6 .text-div-blur{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}

.section-6 .text-div-blur .portfolio-des{
    padding-top: 0px;
    padding-right: 200px;
    max-width: 100%;
}

.section-6 .sub-title{
    font-size: 36px;
    margin-bottom: 45px;
}

.section-6 .main-title{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.section-6 .main-content{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 5rem;
}


.section-7{
    padding: 120px 0;
    background-image:url('custom-images/7-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-7 .inner-background{
    position: absolute;
    width: 24%;
    height: calc(100% - 60px);
    bottom: 0px;
    right: 0px;
    background-image:url('custom-images/7-melberry-texture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-7 .img-box{
    height: 600px;
}

.section-7 .img-box img{
    height: 600px;
}

.section-7 .tag-wrapper{
    background-image: url("custom-images/7-tag-color.jpg");
    position: absolute;
    bottom: 20%;
    right: 0px;
    width: 240px;
    height: 44px;
}

.section-7 .tag-wrapper p{
    position: relative;
    font-size: 22px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.section-7 .text-div-blur{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.section-7 .text-div-blur .portfolio-des{
    padding-top: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.section-7 .sub-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-7 .main-title{
    font-size: 36px;
    margin-bottom: 50px;
}

.section-7 .main-title .part-1{
    font-weight: 900;
}

.section-7 .main-title .part-2{
    font-weight: 600;
}

.section-7 .main-content.part-1{
    border: 1px solid #4d4d4d;
    padding: 26px;
    font-size: 20px;
    font-weight: 600;
}

.section-7 .main-content.part-2{
    margin-bottom: 0px;
}

.section-7 .main-content.part-2 .big-alphabet{
    font-size: 60px;
}

.section-7 .main-content.part-2 .en-words{
    font-size: 32px;
}

.section-7 .main-content.part-2 .words{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 0px;
}

.reservation-section{
    background-image: url('custom-images/8-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.reservation-section .boxed{
    max-width: 800px;
}

.reservation-section .reservation-title{
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.reservation-section form .contact-input{
    border: 1px solid #fff;
    line-height: 44px;
    margin-bottom: 30px;
    padding-left: 22px;
}

.reservation-section form input,
.reservation-section form textarea{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.reservation-section form .btn-contact {
    margin-top: 10px;
    padding: 7px 80px;
    font-size: 24px;
}

.reservation-section .message{
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
    padding: 5px;
} 

.reservation-section .message.success{
    color: #4D4D4D;
    background-color: #EAD6C0;
} 

.reservation-section .message.danger{
    color: white;
    background-color: red;
} 

.send-loading-div{
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: transparent;
}

footer.dark {
    background: #000000;
}

.footer-home-1 .copyright {
    padding: 0px;
    float: none;
    text-align: center;
    color: #EAEAEA;
    font-size: 12px;
    font-weight: 600;
}

.horizon-control-dots .owl-controls{
    top: unset;
    bottom: 25%;
    right: 22.5vw;
    transform: translate(50%, 0px);
}

.horizon-control-dots .owl-controls .owl-dot{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0px;
    border: 2px solid #a8a8a8;
}


.horizon-control-dots .owl-controls .owl-dot:after{
    width: 0px;
    height: 2px;
    left: calc(100% + 30px);
    top: 5px;
}

.horizon-control-dots .owl-controls .owl-dot.active{
    margin-right: 160px;
    margin-bottom: 0px;
}

.horizon-control-dots .owl-controls .owl-dot.active:after {
    width: 100px;
    height: 2px;
    left: calc(100% + 30px);
    top: 5px;
}

.horizon-control-dots .owl-controls .owl-dot::before{
    width: 30px;
    top: -10px;
}

.horizon-control-dots .owl-controls .owl-dot:nth-of-type(1):before {
    left: -webkit-calc(-60px - (1 * 45px));
    left: calc(-30px - (1 * 45px));
}

.horizon-control-dots .owl-controls .owl-dot:nth-of-type(2):before {
    left: -webkit-calc(-60px - (2 * 45px));
    left: calc(-30px - (2 * 45px));
}

.horizon-control-dots .owl-controls .owl-dot:nth-of-type(3):before {
    left: -webkit-calc(-60px - (3 * 45px));
    left: calc(-30px - (3 * 45px));
}

.horizon-control-dots .owl-controls .owl-dot:nth-of-type(4):before {
    left: -webkit-calc(-60px - (4 * 45px));
    left: calc(-30px - (4 * 45px));
}

.horizon-control-dots .owl-controls .owl-dot:nth-of-type(5):before {
    left: -webkit-calc(-60px - (5 * 45px));
    left: calc(-30px - (5 * 45px));
}


.left-control-dots .owl-controls{
    position: absolute;
    top: 50%;
    left: 145px;
    right: unset;
    z-index: 2;
    transform: translate(0px, -50%);
}

.left-control-dots .owl-controls .owl-dot{
    border: 2px solid #a8a8a8;;
}

.left-control-dots .owl-controls .owl-dot::before{
    right: 45px;
    top: -12px;
}

.right-control-dots .owl-controls{
    position: absolute;
    top: 50%;
    right: 145px;
    z-index: 2;
    transform: translate(0px, -50%);
}

.right-control-dots .owl-controls .owl-dot{
    border: 2px solid #a8a8a8;;
}

.right-control-dots .owl-controls .owl-dot::before{
    right: 45px;
    top: -12px;
}

.right-control-dots .owl-controls .owl-dot.active {
    border-color: #EAD6C0;
    background: #EAD6C0;
}

.right-control-dots .owl-controls .owl-dot.active:before {
    color: #EAD6C0;
}

.right-control-dots .owl-controls .owl-dot:after{
    background: #EAD6C0;
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media (max-width: 1700px) {
    .section-1 .pc-div .text-1{
        margin-bottom: 8rem;
    }

    .section-1 .pc-div .reserv-jump-btn{
        margin-top: 8rem;
    }
    
    .section-5 .text-div-blur{
        padding-left: 10vw;
    }
}

@media (max-width: 1500px) {
    .section-3 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-3 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-3 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-3 .text-content > div {
        padding-left: 24px;
    }
    
    .section-3 .img-box-wrapper .img-box {
        width: 200px;
        height: 310px;
    }
}

@media (max-width: 1366px) {
    .section-1 .pc-div .text-1{
        margin-bottom: 5rem;
    }

    .section-1 .pc-div .reserv-jump-btn{
        padding: 0 45px;
        margin-top: 5rem;
    }
    
    .section-2 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-2 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-2 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-3 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-3 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-3 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-3 .text-content > div {
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .section-3 .img-box-wrapper .img-box {
        width: 200px;
        height: 310px;
    }
    
    .section-4 .text-div-blur .portfolio-des {
        padding-right: 0px;
        padding-left: 60px;
    }
    
    .section-4 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-4 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-4 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-5 .text-div-blur{
        padding-left: unset;
    }
    
    .section-5 .text-div-blur .portfolio-des{
        padding-left: 210px;
    }
    
    .section-5 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-5 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-5 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-6 .text-div-blur .portfolio-des{
        padding-right: 150px;
    }
    
    .section-6 .sub-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .section-6 .main-title{
        font-size: 52px;
        margin-bottom: 60px;
    }

    .section-6 .main-content{
        font-size: 20px;
        line-height: 4rem;
    }
    
    .section-7 .text-div-blur {
        padding-left: 100px;
    }
    
    .horizon-control-dots .owl-controls{
        bottom: 15%;
    }
    
}

@media (max-width: 992px) {
    .section-2 .right-img{
        margin-top: 0px;
    }
    .section-2 img{
        margin: auto;
        margin-top: 50px;
    }
    .section-2 .text-content{
        padding-left: 15px;
        margin-top: 30px;
    }
    .section-2 .sub-title {
        font-size: 26px;
    }
    
    .section-3 .row-control{
        height: auto;
    }
    
    .reservation-section .boxed {
        max-width: 680px;
    }
}

@media only screen and (max-width: 991px){
    .section-4 .portfolio-h1-item img {
        padding: 0;
    }
    
    .horizon-control-dots .owl-controls {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: unset;
        margin-bottom: 0px;
    }
    
    .horizon-control-dots .owl-controls .owl-dot,
    .horizon-control-dots .owl-controls .owl-dot.active {
        margin: 15px;
        margin-bottom: 0px !important;
        border: 0px solid #a8a8a8;
    }
    
    .section-4 .text-div-blur{
        position: relative;
        width: 100%;
        backdrop-filter: unset;
    }
    
    .section-4 .text-div-blur .portfolio-des {
        padding-top: 60px;
    }
    
    .section-4 .tag-wrapper{
        left: unset;
        right: 15px;
        width: 200px;
        height: 35px;
    }

    .section-4 .tag-wrapper p{
        font-size: 18px;
    }
    
    .section-5 .text-div-blur{
        position: relative;
        width: 100%;
    }
    
    .section-5 .text-div-blur .portfolio-des {
        padding-top: 60px;
        padding-left: 60px;
    }
    
    .left-control-dots .owl-controls{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        text-align: center;
        margin-bottom: 0px;
    }
    
    .left-control-dots .owl-controls .owl-dot {
        border: 0px solid #a8a8a8;
    }
    
    .section-6 .text-div-blur{
        position: relative;
        width: 100%;
    }
    
    .section-6 .img-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .section-6 .text-div-blur .portfolio-des {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 0px;
    }
    
    .right-control-dots .owl-controls{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        text-align: center;
        margin-bottom: 0px;
    }
    
    .right-control-dots .owl-controls .owl-dot {
        border: 0px solid #a8a8a8;
    }
    
    .right-control-dots .owl-controls .owl-dot.active {
        border-color: #A88862;
        background: #A88862;
    }
    
    .section-7 .text-div-blur{
        position: relative;
        width: 100%;
        padding-left: 0px;
        padding-top: 60px;
    }
    
}

@media (max-width: 460px) {
    .section-1 .mobile-div .top-img{
        margin-top: 60px;
    }
    
    .section-1 .mobile-div .middle-img{
        top: calc( 72vw + 60px);
    }
    
    .section-2 .sub-title{
        font-size: 26px;
    }

    .section-2 .main-title{
        font-size: 50px;
    }

    .section-2 .main-content{
        font-size: 16px;
    }
    
    .section-3 .sub-title{
        font-size: 26px;
        margin-bottom: 30px;
    }

    .section-3 .main-title{
        font-size: 50px;
        margin-bottom: 35px;
    }

    .section-3 .main-content{
        font-size: 16px;
    }
    
    .section-3 .text-div-bg,
    .section-3 .img-div-bg {
        height: 450px;
    }
    
    .section-3 .img-box-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 15px;
    }
    
    .section-3 .img-box-wrapper .img-box{
        width: calc( (100vw / 3) - 30px);
        height: 350px;
    }
    
    .section-4 .tag-wrapper{
        width: 160px;
        height: 30px;
    }

    .section-4 .tag-wrapper p{
        font-size: 16px;
    }
    
    .section-4 .text-div-blur .portfolio-des{
        width: calc(100% - 30px);
        padding-left: 10px;
        padding-right: 5px;
    }
    
    .section-4 .sub-title{
        font-size: 26px;
        margin-bottom: 45px;
    }

    .section-4 .main-title{
        font-size: 50px;
    }

    .section-4 .main-content{
        font-size: 16px;
    }
    
    .section-5 .sub-title{
        font-size: 26px;
        margin-bottom: 45px;
    }

    .section-5 .main-title{
        font-size: 50px;
    }

    .section-5 .main-content{
        font-size: 16px;
    }
    
    .section-5 .text-div-blur .portfolio-des {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .section-6 .sub-title{
        font-size: 26px;
        margin-bottom: 45px;
    }

    .section-6 .main-title{
        font-size: 50px;
    }

    .section-6 .main-content{
        font-size: 16px;
    }
    
    .section-6 .text-div-blur .portfolio-des {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .section-7 .inner-background {
        display: none;
    }
    
    .section-7 .img-box img {
        height: auto;
        width: 100%;
    }
    
    .section-7 .text-div-blur {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-7 .text-div-blur .portfolio-des {
        padding: 0px 24px;
    }
    
    .section-7 .main-content.part-1 {
        padding: 18px;
        font-size: 16px;
    }
    
    .section-7 .main-content.part-2 .words {
        font-size: 17px;
    }
    
}
