@media screen and (min-width: 768px) {
  .denza-page-s06-section {
    width: 100vw;
    position: relative;
    padding: 3.4375vw 5vw 0;
  }
  .denza-page-s06-section p.title {
    font-size: 2.0833333333vw;
    color: #293241;
    line-height: 3.125vw;
    margin-bottom: 0.8333333333vw;
    text-align: center;
  }
  .denza-page-s06-section p.desc {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #293241;
    line-height: 1.25vw;
    margin-bottom: 2.0833333333vw;
    text-align: center;
  }
  .denza-page-s06-section div.cube-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .denza-page-s06-section div.cube-list .cube {
    width: 28.59375vw;
    height: 21.4583333333vw;
    border-radius: 0.8333333333vw;
    overflow: hidden;
    position: relative;
  }
  .denza-page-s06-section div.cube-list .cube img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s06-section div.cube-list .cube .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.0833333333vw;
  }
  .denza-page-s06-section div.cube-list .cube .text-container p {
    font-size: 1.6666666667vw;
    font-weight: lighter;
    color: #FFFFFF;
    line-height: 2.5vw;
    margin-bottom: 0.2083333333vw;
  }
  .denza-page-s06-section div.cube-list .cube .text-container span {
    width: 20.8333333333vw;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
    line-height: 1.5625vw;
    min-height: 3.125vw;
    margin-bottom: 2.3958333333vw;
    text-align: center;
    font-weight: 200;
  }
  .denza-page-s06-section div.cube-list .cube .text-container button:hover {
    background-color: #FFFFFF;
    color: #000;
  }
}@media screen and (max-width: 767.98px) {
  .denza-page-s06-section {
    width: 100vw;
    position: relative;
    padding: 4vw 2.6666666667vw 0;
  }
  .denza-page-s06-section p.title {
    display: none;
  }
  .denza-page-s06-section p.desc {
    display: none;
  }
  .denza-page-s06-section div.cube-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .denza-page-s06-section div.cube-list .cube {
    width: 93.3333333333vw;
    height: 52.2666666667vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
    overflow: hidden;
    position: relative;
  }
  .denza-page-s06-section div.cube-list .cube img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .denza-page-s06-section div.cube-list .cube .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 6.4vw;
  }
  .denza-page-s06-section div.cube-list .cube .text-container p {
    font-size: 4.8vw;
    font-weight: lighter;
    color: #FFFFFF;
    line-height: 7.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .denza-page-s06-section div.cube-list .cube .text-container span {
    width: 80vw;
    font-size: 3.7333333333vw;
    color: #FFFFFF;
    line-height: 4.8vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
  .denza-page-s06-section div.cube-list .cube .text-container button:hover {
    background-color: #FFFFFF;
    color: #000;
  }
}