@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .x-logo {
      max-width: 450px;
      margin: 0 auto;
    }
    #satisfaction {
      padding-inline: 14px;
    }
    #satisfaction h1 {
      font-size: 38px !important;
      line-height: 1.2 !important;
    }
    #satisfaction h2 {
      font-size: 36px !important;
      line-height: 1.2 !important;
    }
    #satisfaction p {
      font-size: 18px;
      line-height: 22.4px;
      padding-bottom: 16px !important;
    }
    #satisfaction .whys-box ul,
    #satisfaction .whys-box ol {
      padding-left: 35px;
      padding-right: 0;
    }
    #satisfaction li {
      font-size: 17px;
      line-height: 20px;
      padding-bottom: 14px !important;
    }
    #satisfaction li:last-child {
      padding-bottom: 0 !important;
    }
    #satisfaction .satisfaction-box {
      padding-block: 3rem !important;
    }
    #satisfaction .satisfaction-cta {
      width: 100%;
    }
    #satisfaction .satisfaction-cta p {
      font-size: 16px !important;
      line-height: 22px !important;
    }
    #satisfaction .pb-16 {
      padding-bottom: 0;
    }
    #satisfaction .px-6 {
      padding-inline: 0;
    }
    .img\:hidden {
      display: block !important;
    }
    .img\:block {
      display: none !important;
    }
    .btn-content {
      padding-inline: 20px;
    }
    .px-90 {
      padding-inline: 30px;
    }
    .max-w-1000 {
      max-width: 90%;
    }
    .max-w-636 {
      margin: 0 auto;
    }
    .green-envy-btn {
      padding: 12px !important;
    }
    .green-envy-btn .text,
    .green-envy-btn-lg .text { 
      font-size: 40px !important;
      display: block;
      line-height: 1.2 !important;
      margin-bottom: 7px;
    }
    .green-envy-btn .subtext,
    .green-envy-btn-lg .subtext {
      font-size: 21px !important;
      display: block;
      line-height: 1.2 !important;
    }
}