@font-face {
  font-family: 'Lora';
  src: url('/fonts/lora/Lora-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('/fonts/lora/Lora-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper';
  src: url('/fonts/cooper/CooperBlkBT-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper';
  src: url('/fonts/cooper/CooperBoldBT.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
    font-family: 'Cooper';
    src: url('/fonts/cooper/CooperLtBTLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', Helvetica, Arial, sans-serif;
}
/* Custom styles for sticky, full-viewport sections and scroll snapping */

    	html {
    	    scroll-behavior: smooth;
    	}
    
    	body {
    	    margin: 0;
    	    background: #fefdf7;
    	    color: #232323;
    	    font-family: Helvetica, Arial, sans-serif;
    	}

                /* Mobile-first adjustments */
                h1 {
                    font-size: 2.3rem;
                    line-height: 1.15;
                    font-weight: 400;
                    text-align: center;
                    margin-bottom: 1.2rem;
                    letter-spacing: 0px;
                    font-family: 'Cooper', Helvetica, Arial, sans-serif;
                }
        
h2 {
        
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 0px;
    font-family: 'Cooper', Helvetica, Arial, sans-serif;
}
        
h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 300;
    color: #232323;
    letter-spacing: 0px;
    font-family: 'Cooper', Helvetica, Arial, sans-serif;
}
        
p {
    font-size: 16px;
    margin-bottom: 1.5rem;
    font-family: Helvetica, Arial, sans-serif;
}

.align-right {
    text-align: right !important;
}   
.align-left {
    text-align: left !important;
}

.koko-home-illustration {
    width: 94%;
}
#enough h4 {
    text-align: center;
    line-height: 26px;
}

   #enough {
       background: #fafaf7;
   }

.site-footer {
    background-color: #ffffff;
}
    	.snap-container {
    	    scroll-snap-type: y mandatory;
    	    overflow-y: scroll;
    	    height: 100vh;
    	}
    
    	section {
    	    min-height: 100vh;
    	    display: flex;
    	    flex-direction: column;
    	    align-items: center;
    	    justify-content: center;
    	    scroll-snap-align: start;
    	    padding: 2rem 1rem;
    	}
    
    	.koko-logo {
    	    width: 100px;
    	    margin-bottom: 1.5rem;
    	    display: block;
    	    margin-left: auto;
    	    margin-right: auto;
    	}
        .add-top {
            margin-top: 64px !important;
        }
        .add-bottom {
            margin-bottom: 64px !important;
        }
        .half-top{
            margin-top: 32px !important;
        }
        .half-bottom{
            margin-bottom: 32px !important;
        }
    	.cta-btn {
    	    background: #ef998e;
                color: #fff;
                border-radius: 2rem;
                padding: 0px 6px 14px 6px;
                font-weight: 500;
                width: 190px;
                font-size: 14px;
                border: none;
                cursor: pointer;
                transition: background 0.2s;
                letter-spacing: 0.01em;
                text-transform: none;
                display: inline-block;
    	}
        .orange-btn {
            background: #d05935;
            color: #fff;
        }
        .parent-advice-content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    	.cta-btn:hover {
    	    background: #a95a2e;
    	}
    
    	.koko-illustration {
    	    width: 100%;
    	    margin: 2rem auto 0 auto;
    	    display: block;
    	}
    
    	.features {
    	    max-width: 600px;
            margin: 2em 8em 0 0;
    	    text-align: left;
    	}
 
        .blurb {

                      margin-bottom: 2.2rem;
                      line-height: 22px;
                  }
        

    
    	@media (min-width: 768px) {
    	    section {
    	        flex-direction: row;
    	        justify-content: space-around;
    	        align-items: center;
    	        padding: 4rem 2rem;
    	    }
    
    	    .intro-content,
    	    .features-content {
    	        flex: 1 1 0;
    	        max-width: 500px;
    	    }
    
    	}

.snap-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}
section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 2rem 1rem;
}


.koko-illustration {
  width: 100%;
  margin: 1.5rem auto 0 auto;
  display: block;
}
.intro-content, .features-content {
  text-align: center;
}



.intro-desktop-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.intro-left, .intro-center, .intro-right {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.subheading {
  color: #ef998e;
  margin-top: 16px;
  margin-bottom: 1.5rem;
  font-family: 'Cooper', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}



.how-koko-helps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem 1rem;
  text-align: center;
}
.how-koko-helps-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
  font-family: 'Cooper', Helvetica, Arial, sans-serif;
}
.how-koko-helps-desc {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 2.5rem;
}
.how-koko-helps-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.help-card {
  background: #fcf9f7;
  border-radius: 1.1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 2rem 1.2rem 1.5rem 1.2rem;
  max-width: 320px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.help-icon {
  margin-bottom: 1.1rem;
}

.help-desc {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}
.how-koko-helps-btn-wrap {
  margin-top: 0.5rem;
  text-align: center;
}


section,
.intro-desktop-layout,
.how-koko-helps-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.mode h3 {
    text-align: center;
}
#features {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#features .koko-illustration {
  order: 2;
}
#features .features-content {
  order: 1;
}

.features-heading {
    text-align: center;
}

/* .button-container {
  text-align: center;
  margin: 0 auto;
} */

.privacy-container h1{
    text-align: center;
}
.footer-content {
    background: #ffffff;
    text-align: center;
}
.footer-content h1{

    font-weight: 400;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Lora', Helvetica, Arial, sans-serif;
}
.footer-content img {
    width: 100px;
}
#better-parent.better-parent-section {
  background: #fefdf7;
  padding: 3rem 0 2rem 0;
}
.better-parent-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: 2.5rem;
}
.better-parent-left {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.better-parent-blurb {
  margin-bottom: 32px;
  font-size: 17px;
  color: #232323;
}
.better-parent-blurb strong {
  font-size: 19px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3em;
  font-family: 'Lora', Helvetica, Arial, sans-serif;
}
.better-parent-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.better-parent-illustration {
  max-width: 340px;
  width: 90vw;
  height: auto;
  display: block;
}

.private-illustration {
    max-width: 480px;
    width: 90vw;
    height: auto;
    display: block;
}




.parent-advice-section {
  padding: 3rem 0 2rem 0;
}
.parent-advice-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: 2.5rem;
}
.parent-advice-left {
  width: 100%;
  display: flex;
  justify-content: center;
text-align: right;

}
.parent-advice-left .parent-advice-content{
align-items: flex-end;
}
.parent-advice-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.meet-koko-btn {
  background: #232323;
  color: #fff;
  border: none;
  border-radius: 2rem;
padding: 1px 20px 8px 20px;
  font-size: 1.1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
}
.meet-koko-btn:hover {
  background: #444;
}
.parent-advice-title {
  color: #212123;
  margin-bottom: 42px;
  text-align: center;
}
.parent-advice-desc {
/* color: #e6aeb2; */
max-width: 400px;
}

.parent-advice-left img {
    margin-right: 32px;
}

.question-illustration {
    max-width: 360px;
    float: right;
    height: auto;
    display: block;
    margin-right: 64px;
}

#better-parent .container {
    max-width: 1200px;
}


.footer-link {
    color: #7c6a4c;
    font-size: 1.1rem;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}


@media (max-width: 768px) {
    .order-1 {
        order: -1;  /* This makes the column appear first */
    }

    h1, p, .subheading {
            width: 86%;
            margin: 0 auto;
            text-align: center;
        }

    h2 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        margin-top: 16px;
        font-weight: 400;
        font-family: 'Cooper', Helvetica, Arial, sans-serif;
        letter-spacing: 0px;
        }
    .subheading {
        margin-bottom: 32px;
        line-height: 22px;
    }
    .button-container {
        margin: 0 auto;
    }
    .parent-advice-desc {
        margin-top: 16px;
        margin-bottom: 32px;
        width: 90%;
        line-height: 26px;
    }
.parent-advice-left img {
        margin: 0 auto 32px auto;
        width: 80%
    }

    h1 {
        margin-bottom: 16px;
        font-size: 22px;
        font-family: 'Cooper', Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
    }

    p {
        margin-bottom: 32px;
        line-height: 22px;
    }

    .intro-right h2{
        margin-bottom: 16px;
    }

    .koko-home-illustration {
        width: 80%;
    }

    .question-illustration {
        float: none;
        margin: 0 auto 32px auto;
    }


button {
    width: 100%;
}

  #home .row, #enough .row,
  #features .row,
  .modes-section .row,
  #better-parent .row {
    flex-direction: column;
    align-items: center;

  }
  .big-pic {
      width: 80%;
  }

   #enough .koko-illustration {
margin-bottom: 32px;
width: 70%
   }
  .parent-advice-illustration {
    width: 60%;
    margin-bottom: 32px;
    margin-top: 32px;
  }

.parent-advice-title {
    margin-bottom: 16px;
    width: 92%;
}
.align-right {
    text-align: center !important;
}

  #enough .column, #home .column,
  #features .features-content, #features .features-image,
  .modes-section .mode,
  #better-parent .better-parent-left, #better-parent .better-parent-right, .parent-advice-left, .parent-advice-right {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
  }
  #enough .intro-left, #enough .intro-center, #enough .intro-right, #home .intro-left, #home .intro-center, #home .intro-right {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  #enough .koko-logo, #home .koko-logo {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    align-items: center;
  }
  #features .features-content {
    order: 1;
    margin-top: 2.5rem;
    text-align: center;
  }
  #features .features-image {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #features .koko-illustration {
    max-width: 320px;
    width: 90vw;
    height: 40vh;
    max-height: 320px;
    margin: 0 auto 2rem auto;
    object-fit: contain;
    display: block;
  }
  .modes-section .mode {
    min-height: 60vh;
  }
  .modes-section .mode-illustration {
    height: auto;
    display: block;
  }

  img {

      margin: 0 auto;
  }
  #better-parent .better-parent-left {
    order: 1;
  }
  #better-parent .better-parent-right {
    order: 2;
  }
  #better-parent .better-parent-illustration {
    max-width: 340px;
    width: 90vw;
    margin: 2rem auto 0 auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
.koko-logo {
        width: 120px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    #home .row {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    #home .column {
        width: 100% !important;
        max-width: 640px !important;
        flex: none;
        margin: 0 auto;
        text-align: center;
    }

    .koko-home-illustration {
        width: 50%;
        margin: 0 auto;
    }

    #home h1 {
        font-size: 32px;
        width: 80%;
        margin: 0 auto;
    }

    #home h2 {
        width: 100%;
        margin: 32px auto 12px auto;
        font-size: 28px;
    }

    .subheading {
        width: 90%;
        margin: 32px auto;
        font-size: 18px;
        text-align: center;
    }

    #parent-advice .row {
        flex-direction: column;
        align-items: center;
    }

    #parent-advice .column {
        width: 100% !important;
        max-width: 600px !important;
        flex: none;
        margin: 0 auto;
        text-align: center;
    }

    .parent-advice-left img {
        width: 50%;
        margin: 0 auto 32px auto;
        display: block;
    }

    .parent-advice-content {
        width: 100%;
        margin: 0 auto;
    }

    .parent-advice-title {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 24px;
    }

.row .column.column-50 {
    flex: 0 0 50%;
    max-width: 100%;
    margin: 0 auto 32px auto;
    text-align: center;
}

#home p {
    width: 96%;
    margin: 0 auto 24px auto;
}

.parent-advice-desc {
    max-width: 480px;
    margin: 0 auto;
    text-align: center !important;
}
    
.align-right {
    text-align: center !important;
}

.question-illustration {
    max-width: 280px;
    float: initial;
}

.shame-illustration {
margin: 0 auto;
width: 70%;
margin-bottom: 32px;
}

.phone-illustration {
    margin: 0 auto;
    width: 80%;
}
.private-illustration {
    width: 60% !important;
    padding: 0 auto;
}

.hug-illustration {
    width: 50% !important;
    padding: 0 auto;
}

.button-container {
    margin: 0 auto;
}

.order-1 {
    order: -1;
}



}
@media (min-width: 1025px) {

    h2 {
        font-size: 24px;
    }



section,
    .intro-desktop-layout,
    .how-koko-helps-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
        #enough, #home {
            position: relative;
            min-height: 100vh;
        }

        #home .row {
            align-items: center;
            min-height: 80vh;
            gap: 2.5vw;
        }

        #enough .row {
        align-items: center;
        gap: 4vw;
        margin-top: 64px;
        }

       
        #enough .logo-container {
            text-align: center;
            margin: 0 auto;
                margin-top: 64px;
        }
        #enough h1 {
            text-align: center;
                max-width: 66%;
                margin-bottom: 8px
        }

     
        #home .intro-left,
        #home .intro-right,  #enough .intro-left,
         #enough .intro-right{
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            min-height: 500px;
            /* padding: 0 2vw; */
            position: relative;
            z-index: 1;
        }

        
        #enough .intro-right h4 {
text-align: left;
                }
        #enough .intro-left {
        padding-left: 64px;
        justify-content: flex-start;
        }
        #enough .intro-right {
            padding-right: 64px;
            padding-left: 32px;
            justify-content: flex-start;
        }
        #home .intro-center, #enough .intro-center {
            position: static;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 600px;
            height: 70vh;
        }
        #enough .intro-center {
justify-content: flex-start;
        }
        #home .koko-illustration, #enough .koko-illustration {
            /* position: absolute;
            bottom: 0; */
            width: 600px;
            object-fit: contain;
            margin: 0;
            display: block;
            z-index: 0;
            pointer-events: none;
        }

                img.koko-illustration {
            max-width: 500px;
        }

        /* #home .subheading, #enough .subheading {
            color: #212123;
            font-size: 16px;
            font-weight: 400;
            opacity: 0.7;
            margin-top: 1.2rem;
            margin-bottom: 2.2rem;
            text-align: right;
        } */

        #features .row {
            flex-direction: row;
            align-items: center;
            min-height: 80vh;
            gap: 3rem;
        }

        #features .features-content {
            order: 2;
            text-align: left;
            align-self: center;
            max-width: 600px;
            width: 50vw;
        }

        #features .features-image {
            order: 1;
            align-self: flex-end;
            text-align: center;
            width: 50vw;
            max-width: 460px;
        }

        #features .koko-illustration {
            position: static;
            max-width: 460px;
            width: 100%;
            height: auto;
            object-fit: contain;
            margin: 0;
            display: block;
            z-index: 0;
            pointer-events: none;
        }

        .features-col img {
                    max-width: 340px;
        }
.parent-advice-illustration {
    max-width: 380px;
    width: 90vw;
    height: auto;
    margin-right: 32px;
}

.shame-illustration {
    max-width: 450px;
    max-height: 580px;
    height: auto;
    margin-left: 32px;
}


        #better-parent .row {
            flex-direction: row;
            align-items: center;
            min-height: 80vh;
            gap: 3rem;
        }

        #better-parent .better-parent-left {
            order: 1;
            text-align: left;
            align-self: center;
            max-width: 600px;
            width: 50vw;
        }

        #better-parent .better-parent-right {
            order: 2;
            align-self: center;
            text-align: center;
            width: 50vw;
            max-width: 460px;
        }

        #better-parent .better-parent-illustration {
            max-width: 460px;
            width: 100%;
            height: auto;
            object-fit: contain;
            margin: 0;
            display: block;
        }



        #better-parent .row {
            flex-direction: row;
            align-items: center;
            min-height: 80vh;
            gap: 3rem;
        }

        #better-parent .better-parent-left {
            order: 1;
            text-align: left;
            align-self: center;
            max-width: 600px;
            width: 50vw;
        }

        #better-parent .better-parent-right {
            order: 2;
            align-self: center;
            text-align: center;
            width: 50vw;
            max-width: 460px;
        }

        #better-parent .better-parent-illustration {
            max-width: 460px;
            width: 100%;
            height: auto;
            object-fit: contain;
            margin: 0;
            display: block;
        }

        .site-footer {
            width: 100%;
            padding: 5rem 0 5rem 0;
            background: #ffffff;
      
        }

        .footer-content {
            text-align: center;
            width: 100%;
        }

 

        .footer-link:hover {
            opacity: 1;
            text-decoration: underline;
        }


        .features-row {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            gap: 2rem;
        }

        .features-col {
            width: 100%;
            text-align: center;
            margin-bottom: 2rem;
        }

        .features-col-center {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
    .mode-illustration {
    height: 450px;
                    margin: 2.5rem auto 2rem auto;
                    display: block;
    }

    .parent-advice-title {
        text-align: left;
    }

  .features-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .features-col {
    width: 33%;
    max-width: 340px;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.features-col-left {
    text-align: right;
}
.features-col-right {
    text-align: left;
}



    .intro-desktop-layout {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 3rem;
        max-width: 1400px;
        margin: 0 auto;
        padding: 3rem 2rem 2rem 2rem;
    }

    .intro-left,
    .intro-center,
    .intro-right {
        width: 33%;
        max-width: 420px;
        margin: 0;
    }

    .intro-left {
        text-align: right;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .intro-center {
        max-width: 500px;
        min-width: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .intro-right {
        text-align: left;
    }

    .koko-logo {
        margin-bottom: 2.5rem;
        margin-right: unset;
        display: inline-block;
        text-align: right;
        width: 100px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 1.2rem;
        max-width: 420px;
        text-align: right;
        margin: 0 auto;
    }
    h1.parent-advice-title {
        margin: 0 0 16px 0;
    }

    /* .subheading {
        font-size: 18px;
        margin-top: 1.2rem;
        margin-bottom: 2.2rem;
        text-align: right;
    } */


    .intro-right h2 {
        font-size: 26px;
        margin-top: 16px;
    }

    .intro-right p {
        font-size: 15px;
        margin-bottom: 24px;
        /* max-width: 300px; */
        font-family: Helvetica, Arial, sans-serif;
        margin-top: 6px;
    }
}

.pink-bg {
    background-color: #fce6ea
}

.brown-bg {
    background-color: #f1f2ed
}

.white-bg {
    background-color: #ffffff
}

.dark-pink {
    color: #d05935
}

.light-pink {
    color: #f9d9d9
}

.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.privacy-header {
    text-align: center;
    margin-bottom: 4rem;
}

.privacy-header .koko-logo {
    margin-bottom: 2rem;
}

.privacy-date {
    color: #666;
    margin-bottom: 2rem;
}

.privacy-intro {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.privacy-section {
    margin-bottom: 3rem;
}

.privacy-section h2 {
    color: #232323;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-family: 'Cooper', Helvetica, Arial, sans-serif;
}

.privacy-section ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.privacy-section li {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.privacy-section p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.privacy-section .emphasis {
    font-weight: 500;
    color: #000;
    margin: 2rem 0;
}

.privacy-footer {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.privacy-footer p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 900px) {
    .privacy-container {
        padding: 2rem 1.5rem;
    }

    .privacy-section h2 {
        font-size: 1.5rem;
    }

    .privacy-intro {
        font-size: 1.1rem;
    }
}

