@media screen and (min-width: 768px) {
  .denza-page-s08-section {
    width: 100vw;
    height: 25vw;
    position: relative;
  }
  .denza-page-s08-section .title-in-mob {
    display: none;
  }
  .denza-page-s08-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s08-section .text-container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFF;
    padding-top: 4.1666666667vw;
  }
  .denza-page-s08-section .text-container p.title {
    font-size: 2.0833333333vw;
    color: #FFFFFF;
    line-height: 3.125vw;
    margin-bottom: 0.8333333333vw;
    text-align: center;
  }
  .denza-page-s08-section .text-container p.desc {
    width: 41.6666666667vw;
    font-size: 0.9375vw;
    font-weight: lighter;
    color: #FFFFFF;
    line-height: 1.7;
    text-align: center;
  }
  .denza-page-s08-section .text-container .phone {
    margin-top: 0.8333333333vw;
  }
}@media screen and (max-width: 767.98px) {
  .denza-page-s08-section {
    width: 100vw;
    padding-top: 12.8vw;
  }
  .denza-page-s08-section .title-in-mob {
    font-size: 6.4vw;
    color: #293241;
    line-height: 9.6vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
  .denza-page-s08-section img {
    width: 100vw;
    height: 64vw;
  }
  .denza-page-s08-section .text-container {
    padding: 4.2666666667vw 5.3333333333vw 0;
  }
  .denza-page-s08-section .text-container p.title {
    display: none;
  }
  .denza-page-s08-section .text-container p.desc {
    font-size: 3.2vw;
    font-weight: lighter;
    color: #595057;
    line-height: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
  .denza-page-s08-section .text-container p.phone a {
    text-decoration: underline;
  }
}