/* header css */

.u-navbar-item:nth-child(2)>a {
    color: #327240;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
    .u-header {
        padding: 150px 5% 150px 5%;
    }
}


/* header css */


/* carousel */

.u-x-carousel-disc ul {
    font-size: 14px;
    line-height: 25px;
    /* padding: 20px 0px; */
}


/* carousel */


/* page disc */

.u-page-disc-text {
    max-width: 595px;
}

.u-page-disc-text span {
    font-size: 25px;
    color: #80A6AC;
}

@media only screen and (max-width: 1024px) {
    .u-page-disc-text span {
        font-size: 18px;
        color: #80A6AC;
    }
}


/* page disc */