@charset "UTF-8";
.border-bottom {
  border-bottom: solid 1px #000000;
}

.btn {
  background: #7A6A58;
  border: solid 1px #7A6A58;
  color: #FFF;
  font-size: 20px;
  padding: 10px 30px;
}

.btn:hover {
  background: #9E958C;
  border: solid 1px #9E958C;
  color: #FFF;
}

.btn_back {
  background: #7A6A58;
  border: solid 1px #7A6A58;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  padding: 10px 40px;
  position: relative;
}

.btn_back:hover {
  background: #9E958C;
  border: solid 1px #9E958C;
  color: #FFF;
}

.btn_reset, .btn_submit {
  background: #7A6A58;
  border: solid 1px #7A6A58;
  color: #FFF;
  font-size: 20px;
  padding: 10px 40px;
  position: relative;
}

.btn_reset:hover, .btn_submit:hover {
  background: #9E958C;
  border: solid 1px #9E958C;
  color: #FFF;
}

.btn_reset {
  background: #808080;
  border: solid 1px #808080;
}

.btn03 {
  background: #7A6A58;
  border: solid 1px #7A6A58;
  color: #FFF;
}

.btn03:hover {
  color: #FFF;
  background: #808080;
  border: solid 1px #808080;
}

.m0a {
  margin: 0 auto;
}

.width_100 {
  max-width: 100%;
  margin: 0 auto;
}

.width_85 {
  max-width: 85%;
  margin: 0 auto;
}

.width_50 {
  max-width: 50%;
}

.b_shadow {
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
}

.banner_top {
  padding-top: 126px;
}

.bg {
  background: url(../img/bg.jpg);
}

.bg01 {
  background: #efefed;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg02 {
  background: url(../img/bg02.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.bg02::after {
  background: url(../img/bg02.svg);
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -19px;
}

.bg03 {
  background: url(../img/bg03.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.bg04 {
  background: #FFF;
}

section.page {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.bg_page {
  margin-top: -5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#ede9dc));
  background-image: linear-gradient(180deg, #ffffff 50%, #ede9dc 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg_page::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 404px;
  height: 400px;
  background: url(../img/page.svg);
  left: 0;
  bottom: 0px;
}

.color01 {
  color: #7A6A58;
}

.color02 {
  color: #FFB50F;
}

.color03 {
  color: #ffffff;
}

.color04 {
  color: #808080;
}

.color05 {
  color: #9E958C;
}

.font-weight-600 {
  font-weight: 600 !important;
}

/*大標*/
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 60px;
  border: 1px solid #FFB50F;
  background: #FFB50F;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title h2, .title span {
  font-size: 25px;
  color: #FFF;
  letter-spacing: 2px;
}

.title h2 {
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.title span {
  margin-left: 10px;
}

.bg02 .title {
  background: #FFCA5A;
  border: 1px solid #FFCA5A;
}

.bg03 .title {
  background: #fff;
}

.bg03 .title h2, .bg03 .title span {
  color: #FFB50F;
}

.title04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FCF2B3));
  background-image: linear-gradient(180deg, #FFF 0%, #FCF2B3 100%);
  padding: 20px;
}

.title04 p {
  font-size: 25px;
  letter-spacing: 2px;
  color: #675010;
}

.time {
  margin: 20px 0 0 20px;
  color: #675010;
  font-size: 20px;
}

.frame {
  -webkit-box-shadow: 0px 0px 10px #00000050;
          box-shadow: 0px 0px 10px #00000050;
  background: #FFF;
  position: relative;
  padding: 0px 0px 1px 0px;
}

.frame::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent transparent #FCF2B3 transparent;
  left: 0px;
  bottom: 0px;
}

.frame::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #ffb30f8c transparent;
  right: 0px;
  bottom: 0px;
}

.frame02 {
  -webkit-box-shadow: 0px 0px 10px #00000050;
          box-shadow: 0px 0px 10px #00000050;
  background: url(../img/course.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}

.maker {
  background: #7A6A58;
  padding: 2px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 8px 15px;
  background: #7A6A58;
  color: #fff;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #000;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  padding: 8px 15px;
  background: #E5E5E5;
  border-radius: 30px;
}

.pagination li.page-item a.page-link:hover {
  background: #7A6A58;
  color: #fff;
  border-radius: 30px;
}

.index_about {
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  background: #FFF;
  padding: 40px 80px;
  text-align: center;
  position: relative;
}

.index_about::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #FCF2B3 transparent transparent transparent;
  left: 0px;
  top: 0px;
}

.index_about::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #ffb30f8c transparent;
  right: 0px;
  bottom: 0px;
}

.index_about p {
  font-size: 22px;
  line-height: 32px;
}

.news01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px #00000024;
          box-shadow: 0px 3px 20px #00000024;
  border-radius: 5px;
  margin: 0px 0px 30px 0px;
  overflow: hidden;
}

.news01 .news01-left {
  width: calc(100% - 130px);
  padding: 30px 20px 30px 20px;
  position: relative;
}

.news01 .news01-left h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
}

.news01 .news01-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 38px;
  background: #FFB50F;
  -webkit-transition: all 0.30s ease-in-out;
}

.news01 .news01-right {
  width: 130px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.news01 .news01-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #9E958C;
  z-index: -1;
}

.news01 .news01-right .day {
  font-size: 2em;
  font-weight: bold;
  margin-top: 4px;
}

.news01 .news01-right .yearmonth {
  font-size: 16px;
}

.news01 .news01-right .div-time {
  width: 100%;
}

.news01:hover .news01-right::after {
  background: #7A6A58 !important;
}

.index_news :nth-child(odd) .news01 .news01-right::after {
  background: #FFB50F;
}

.page_news :nth-child(odd) .news01 .news01-right::after {
  background: #FFB50F;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  padding-bottom: 39%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide a img {
  width: 100%;
}

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #9E958C;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #EFEFEF;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

.contact-icon img {
  width: 80px;
}

.contact-text {
  width: calc( 100% - 80px);
  padding-left: 10px;
}

.contact-text h3 {
  margin-bottom: 2px;
  color: #FFB50F;
}

.contact-text p {
  font-size: 20px;
}

.info_box {
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  padding: 60px 20px;
  background: #FFF;
  position: relative;
}

.info_box::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent transparent #FCF2B3;
  left: 0px;
  top: 0px;
}

.info_box::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #ffb30f8c transparent;
  right: 0px;
  bottom: 0px;
}

.product {
  margin-top: 50px;
  background: #FFB50F;
  border: solid 1px #FFB50F;
}

.product .product-text {
  word-wrap: break-word;
  padding: 10px;
}

.product .product-text p {
  color: #FFF;
  font-size: 20px;
}

.product .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}

.product .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  height: 305px;
}

.product:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-doingimg .swiper-wrapper .swiper-slide:nth-child(even) .product {
  background: #FFCA5A;
}

.swiper-doingimg .swiper-wrapper .swiper-slide:nth-child(even) .product p {
  color: #513A20;
}

.index-new-prev-next {
  padding-top: 60px  !important;
}

.index-new-prev-next .swiper-button-next, .index-new-prev-next .swiper-button-prev {
  top: 25px;
  background: #7A6A58;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.index-new-prev-next .swiper-button-next:after, .index-new-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.index-new-prev-next .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #B9B9B9;
}

.page_products .product {
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  border: solid 1px #00000000;
  background: url(../img/p.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.page_products .product .product-img {
  margin: 20px;
}

.page_products .product .product-img img {
  height: 135px;
}

.page_products .product .product-text {
  background: #FFD577;
}

.page_products .product .product-text p {
  color: #513A20;
}

@media screen and (min-width: 769px) {
  .search-img img {
    min-height: 215px !important;
  }
}

.product_detail {
  word-wrap: break-word;
  -webkit-box-shadow: 0px 0px 10px #00000030;
          box-shadow: 0px 0px 10px #00000030;
  background: #FFF;
  position: relative;
}

.product_detail::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #ffb30f8c transparent;
  right: 0px;
  bottom: 0px;
}

p.line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fb {
  position: fixed;
  bottom: 120px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border-radius: 5px;
  font-size: 40px;
  z-index: 2;
}

.line {
  position: fixed;
  bottom: 200px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border-radius: 5px;
  font-size: 40px;
  z-index: 2;
}

.gmail {
  position: fixed;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border-radius: 5px;
  font-size: 40px;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .photo .photo-img img {
    height: 160px;
  }
  .contact-box .contact_left {
    padding: 40px 40px;
  }
  .contact-box .contact_left p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .links .links-left {
    padding: 20px 10px 20px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 200px);
    position: relative;
  }
  .links .links-left h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    color: #FFF;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  }
  .links .links-right {
    width: 200px;
    line-height: 76px;
    padding: 0px 20px;
    font-size: 20px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  }
  .links:hover .links-right {
    font-size: 18px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  }
  .sharing, .download {
    padding: 20px;
    margin-bottom: 40px;
  }
  .sharing .sharing-left, .sharing .download-left, .download .sharing-left, .download .download-left {
    width: calc(100% - 120px);
  }
  .sharing .sharing-left time, .sharing .download-left time, .download .sharing-left time, .download .download-left time {
    padding: 4px 8px;
    margin-right: 20px;
    font-size: 16px;
  }
  .sharing .sharing-left h4, .sharing .download-left h4, .download .sharing-left h4, .download .download-left h4 {
    font-size: 22px;
  }
  .sharing .sharing-right, .sharing .download-right, .download .sharing-right, .download .download-right {
    width: 120px;
    font-size: 22px;
  }
  .sharing .download-left, .download .download-left {
    width: calc(100% - 200px);
  }
  .sharing .download-right, .download .download-right {
    width: 200px;
  }
  .sign {
    padding: 0px 60px;
  }
  .service p {
    width: 200px;
    height: 200px;
  }
  .service p span {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .service p span i {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .product .product-img img {
    height: 255px;
  }
  .page_products .product .product-img {
    margin: 20px;
  }
  .page_products .product .product-img img {
    height: 158px;
  }
}

@media screen and (max-width: 1024px) {
  .five .five-box .five-box-img span {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product .product-img img {
    height: 181px;
  }
  .page_products .product .product-img {
    margin: 20px;
  }
  .page_products .product .product-img img {
    height: 270px;
  }
  .contact-icon img {
    width: 80px;
  }
  .contact-text {
    width: calc( 100% - 80px);
    padding-left: 10px;
  }
  .contact-text h3 {
    margin-bottom: 2px;
    color: #FFB50F;
  }
  .contact-text p {
    font-size: 20px;
  }
  .info_box {
    padding: 40px 20px;
  }
  .bg_page::after {
    width: 300px;
    height: 297px;
    background-size: cover;
  }
  /*大標*/
  .title {
    padding: 4px 60px;
    margin: 10px auto;
  }
  .photo .photo-img img {
    height: 215px;
  }
}

@media screen and (max-width: 768px) {
  .product .product-img img {
    height: 457px;
  }
  .page_products .product .product-img {
    margin: 20px;
  }
  .page_products .product .product-img img {
    height: 420px;
  }
  .news01 .news01-left {
    width: calc(100% - 100px);
  }
  .news01 .news01-right {
    width: 100px;
    height: 100px;
  }
  .news01 .news01-right .day {
    font-size: 1.5em;
  }
  .index_about {
    -webkit-box-shadow: 0px 0px 10px #00000030;
            box-shadow: 0px 0px 10px #00000030;
    background: #FFF;
    padding: 40px 40px;
    text-align: center;
    position: relative;
  }
  .index_about p {
    font-size: 20px;
    line-height: 32px;
  }
  /*大標*/
  .title h2, .title span {
    font-size: 22px;
  }
  .photo .more {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .photo .top {
    font-size: 18px;
  }
  .photo .photo-img img {
    height: 150px;
  }
  .sign {
    padding: 0px 20px;
  }
  .title04 {
    padding: 10px;
  }
  .title04 p {
    font-size: 22px;
  }
  .news-box {
    padding: 0 4%;
  }
  .width_100 {
    max-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 667px) {
  .dsm-block {
    display: block;
  }
  /*大標*/
  .title {
    padding: 4px 30px;
    margin: 10px auto;
  }
  .search_outter {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .search_btn {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 575px) {
  .product .product-text p {
    font-size: 18px;
  }
  .product .product-img img {
    height: auto;
  }
  .page_products .product .product-img {
    margin: 8px;
  }
  .page_products .product .product-img img {
    height: auto;
  }
  .news01 .news01-left h4 {
    -webkit-line-clamp: 3;
  }
  .banner_top {
    padding-top: 80px;
  }
  .index_about {
    padding: 30px 20px;
  }
  .index_about::before {
    border-width: 40px 40px 0 0;
  }
  .index_about::after {
    border-width: 0 0 40px 40px;
  }
  .index_about p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 450px) {
  .btn_reset, .btn_submit {
    padding: 10px 20px;
  }
  .contact-icon img {
    width: 60px;
  }
  .contact-text {
    width: calc( 100% - 60px);
    padding-left: 10px;
  }
  .contact-text h3 {
    margin-bottom: 2px;
    color: #FFB50F;
  }
  .contact-text p {
    font-size: 18px;
  }
  .info_box {
    padding: 40px 12px;
  }
  .bg01 {
    background-attachment: scroll;
  }
  .service p {
    width: 160px;
    height: 160px;
  }
  .service p span {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .service p span i {
    font-size: 30px;
  }
  .line, .fb, .gmail {
    width: 50px;
    right: 5px;
  }
  .great img {
    max-width: 110px;
  }
  .great h3 {
    font-size: 14px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 414px) {
  /*大標*/
  .title {
    padding: 4px 16px;
    margin: 10px auto;
  }
  .photo .photo-img img {
    height: 105px;
  }
  .service p {
    width: 150px;
    height: 150px;
  }
  .service p span {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .service p span i {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .service p {
    width: 130px;
    height: 130px;
  }
  .service p span {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .service p span i {
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .product .product-text p {
    font-size: 18px;
  }
}
