body {
  margin: 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.div-bg-color {
  background-color: #307750;
}

.toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #307750;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: none;
  padding: 12px 24px;
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(-20px);
}

.toast.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.toast-success {
  background-color: #307750;
}

.toast-error {
  background-color: #FAB422;
}

section {
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
}

.section1 {
  background-image: url("../images/hero_section_1_new.png");
  min-height: 800px;

  .join-mission {
    padding-top: 70px;
  }

  .join-mission .app-btn {
    gap: 24px;
  }

  .join-mission p {
    font-family: 'Afacad';
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.01rem;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 5px;
  }

  .scroll-down-container {
    bottom: 30px;
    left: 50%;
    cursor: pointer;
    text-align: center;
  }

  .p-scroll {
    font-family: 'Titan One';
    font-weight: 700;
    font-size: 34px;
    line-height: 60.39px;
    letter-spacing: 0.03rem;
    text-align: center;
    color: white;
    -webkit-text-stroke: 0.77px #000000;
    text-shadow: 2.32px 3.1px 0px #000000;
    padding-top: 30px;
  }
}

.section1 h1 {
  font-family: Afacad;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #222421;
  padding: 10px 15% 15px 15%;
}

.section2 {
  min-height: 1024px;
  background-image: url("../images/section_2_Hero.png");
}

.section3 {
  padding: 0;
  height: 1024px;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  color: #333;

  /* Scroll Container inside section 3 */
  .scroll-container {
    display: flex;
    flex-direction: row;
    height: 1024px;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-scene {
    flex: 0 0 100vw;
    height: 1024px;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    position: relative;
  }

  .scroll-scene img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }

  /* Scroll hint inside section 3 */
  .scroll-hint {
    font-family: 'Afacad';
    position: absolute;
    bottom: 80px;
    right: 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 45.67%, #FFFFFF 100%);
    padding: 1.11vw;
    border-radius: 100px;
    border: 1px solid #D7B13A;
    box-shadow: 0px 4px 3px 0px #140C0236;
    font-size: 1.25vw;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.2s ease;
    user-select: none;
  }

  .scroll-hint:hover {
    transform: scale(1.05);
  }

  .scroll-hint img {
    width: 40px;
    height: 40px;
  }

  /* Fake scrollbar inside section 3 */
  .fake-scrollbar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 44px;
    background: #FFFFFF99;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  /* Scroll pill inside section 3 */
  .scroll-pill {
    position: absolute;
    top: 20%;
    left: 0;
    width: 88px;
    height: 24px;
    border-width: 1px;
    border-radius: 100px;
    background: #FFD366;
    cursor: grab;
    transition: background-color 0.2s, transform 0.2s;
    user-select: none;
    border: 1px solid #222421;
    box-shadow: 2px 2px 0px 0px #000000;
    transition: width 0.3s ease;
  }

  .scroll-pill:active {
    cursor: grabbing;
    background: #e0aa00;
    transform: scale(1.05);
  }

  .scroll-container::-webkit-scrollbar {
    display: none;
  }
}

.section4 {
  height: 950px;
  background-image: url("../images/section4_bg.png");
  padding: 85px 100px;

  .community-section {
    padding-top: 0px;

    .text-h2 {
      width: 920px;
      height: auto;
      border-width: 1px;
    }

    h2 {
      font-family: 'Titan One';
      font-weight: 700;
      font-size: 60px;
      line-height: 110.00000000000001%;
      text-shadow: 2px 2px 0px #000000;
      -webkit-text-stroke: 1px #000000;
      color: #FFFFFF;
      text-align: center;
    }

    img.puppy-gem {
      width: 530px;
      height: auto;
      object-fit: contain;
    }
  }
}

.section5 {
  background-image: url('https://45411511.fs1.hubspotusercontent-na1.net/hubfs/45411511/PuppySaga-Website/Group%207.png');
  background-color: rgba(254, 232, 179, 0.5);
  padding: 40px 100px 0px 100px;
  /* min-height: 409px; */
  /* height: auto; */

  .social-media a {
    text-decoration: none;
  }
}

.play-store {
  padding-left: 35%;

  a {
    cursor: pointer;
  }
}

.stay-updated,
.follow-us,
.links a {
  font-family: 'Afacad';
  font-weight: 700;
}

.links {
  padding-left: 25%;
}

.stay-updated {
  font-family: 'Afacad';
  font-size: 20px;
  color: #311C08;
  letter-spacing: 0.05em;
}

.follow-us {
  font-family: 'Afacad';
  font-size: 20px;
  color: #311C08;
  letter-spacing: 0.05em;
}

.links a {
  font-size: 14px;
  line-height: 22px;
  color: #1C1C1C !important;
  text-decoration: none;
  margin: 0 5px;
  letter-spacing: 0.05em;
}

.copyright-text {
  font-family: 'Afacad';
  font-size: 14px;
  line-height: 22px;
  width: 479px;
  color: rgba(28, 28, 28, 0.5);
}

.logo {
  max-width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.email-wrapper {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  border-radius: 80px;
  border: 2px solid #000000;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.64) 40.38%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 2.21px 2.21px 0px 0px #000000;
}

.email-input {
  font-family: Afacad;
  font-weight: 600;
  width: 100%;
  padding: 31px 1px 31px 20px;
  border: none;
  border-radius: 80px;
  font-size: 24px;
  line-height: 100%;
  outline: none;
  letter-spacing: 1%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.64) 40.38%, rgba(255, 255, 255, 0.8) 100%);
}

.email-input1 {
  font-family: Afacad;
  font-weight: 600;
  width: 100%;
  padding: 20px 1px 20px 20px;
  border: none;
  border-radius: 80px;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  letter-spacing: 1%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.64) 40.38%, rgba(255, 255, 255, 0.8) 100%);
}


.email-button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 62px;
  padding: 0 20px;
  background: linear-gradient(180deg, #FFD467 0%, #FD7800 100%);
  border: 0.71px solid rgba(0, 0, 0, 1);
  border-radius: 30px;
  font-family: 'Titan One', cursive, sans-serif;
  font-size: 24px;
  color: #FFFDFD;
  text-shadow: 1.11px 1.11px 0px #000000;
  cursor: pointer;
  box-shadow: 2.21px 2.21px 0px 0px #000000;
  -webkit-text-stroke: 0.55px #000000;
}

.email-button:hover {
  background: linear-gradient(to bottom, #ffa726, #fb8c00);
}

.email-wrapper1 {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 80px;
  border: 2px solid #000000;
  box-shadow: 2.21px 2.21px 0px 0px #000000;
}

.email-button1 {
  font-family: 'Titan One';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 42px;
  padding: 0 20px;
  background: linear-gradient(180deg, #FFD467 0%, #FD7800 100%);
  border: 0.71px solid rgba(0, 0, 0, 1);
  border-radius: 30px;
  font-size: 14px;
  color: white;
  text-shadow: 0.71px 0.71px 0px #000000;
  ;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-text-stroke: 0.35px #000000
}

.socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 5%;
}

.socials img {
  width: 8.47vw;
  cursor: pointer;
}

footer img {
  max-height: 80px;
  margin: 10px 5px;
}

.x-img:hover circle,
.fb-img:hover .outer-circle,
.insta-img:hover circle {
  fill: #440909;
}

.insta-img:hover .insta-path {
  fill: #440909;
}

.x-img:hover path {
  fill: white;
}

.discord-icon,
.reddit-icon {
  transition: 0.3s ease-in-out;
}

a:hover .discord-icon {
  content: url('../images/discord_hover.png');
}

a:hover .reddit-icon {
  content: url('../images/reddit_hover.png');
}

@media (min-width: 1700px) {
  .section2 {
    min-height: 1400px;
  }
}

@media (min-width: 1024px) {

  html,
  body {
    height: 100vh;
    margin: 0;
    padding: 0;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }

  .section1,
  .section3,
  .section4 {
    height: 1024px;
    scroll-snap-align: start;
    overflow: hidden;
    touch-action: pan-y;
  }

  .section2,
  .section5 {
    scroll-snap-align: start;
    overflow: hidden;
    touch-action: pan-y;
  }
}

@media (max-width: 1550px) {
  .play-store {
    padding-left: 25%;
  }
}

@media (max-width: 1280px) {
  .section2 {
    min-height: 800px;
  }

  .play-store {
    padding-left: 22%;
  }

  .email-button1 {
    padding: 0 15px;
  }
}

@media (max-width: 1266px) {
  .play-store {
    padding-left: 18%;
  }

  .section5 {
    padding: 30px 80px 0px 80px;
  }
}

@media (max-width: 1133px) {
  .play-store {
    padding-left: 15%;
  }

  .copyright-text {
    width: 400px;
  }
}

@media (max-width: 1073px) {

  .section5 {
    padding: 30px 50px;
  }

  .play-store {
    padding-left: 10%;
  }

  .logo-section {
    gap: 2rem !important;
  }
}

@media (max-width: 1024px) {
  .section1 {
    height: 850px;
  }

  .section2 {
    min-height: 700px;
  }

  .section3 {
    height: 700px;
  }

  .scroll-scene {
    min-height: 780px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .email-button1 {
    font-size: 13px;
    height: 40px;
  }

  .section4 {
    & .community-section {
      .text-h2 {
        width: 800px;
      }

      .puppy-gem-div {
        margin-top: 50px;
      }
    }
  }
}

@media (max-width: 991px) {
  .email-wrapper1 {
    margin: 0;
  }

  .section5 {
    padding: 40px !important;

    .section5-1 {
      justify-items: left;
    }
  }

  footer img {
    margin: 0;
  }

  .stay-updated {
    text-align: left;
    padding-top: 40px;
  }

  .row-2 {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .row-2 .col-lg-3.col-md-12 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 16px;
  }

  .row-2 .col-lg-6.col-md-12 {
    order: 5;
    width: 100%;
    text-align: center !important;
  }

  .row-2 .col-lg-3.col-md-12.d-flex.flex-column.align-items-center {
    order: 2;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
  }

  .row-2 .col-lg-3.col-md-12.d-flex.flex-column.play-store {
    order: 4;
    align-items: flex-start !important;
    padding-left: 20px;
  }

  .row-2 .col-lg-3.col-md-12.d-flex.flex-column.align-items-center a {
    display: block;
    margin-bottom: 8px;
  }

  .row-2 .col-lg-3.col-md-12.d-flex.flex-column.align-items-center a img {
    display: block;
    margin: 0;
    max-width: 160px;
    height: auto;
  }

  .links {
    order: 3;
    display: block;
    padding-left: 20px;
    margin: 0 0 25px 0;
    text-align: left;
  }

  .links a {
    display: block;
    margin: 4px 0;
  }

  .logo-section {
    flex-direction: row !important;
    padding-bottom: 15px;
    padding-top: 15px;

  }

  .copyright-text {
    width: 520px !important;
    padding-top: 20px;
  }
}

@media (max-width: 912px) {
  .section3 {
    height: 628px;
  }
}

@media (max-width: 853px) {
  .section2 {
    min-height: 540px;
  }

  .section3 {
    height: 600px;
  }

  .section5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 820px) {

  .section3 .scroll-hint {
    bottom: 50px;
  }

  .section3 .fake-scrollbar {
    height: 30px;
  }

  .section3 .scroll-pill {
    height: 18px;
  }

  .section3 .scroll-hint img {
    width: 24px;
    height: 24px;
  }

}

@media (max-width: 768px) {
  .section1 h1 {
    font-size: 20px;
  }

  .section1 p {
    font-size: 20px;
    padding: 20px 5%;
  }

  .scrollDownHint {
    display: none !important;
  }

  .section1 .join-mission {
    margin-top: 20px;
  }

  .email-input {
    font-size: 18px;
    padding: 24px 20px;
  }

  .email-input1 {
    font-size: 18px;
    padding: 24px 20px;
  }

  .email-button {
    max-width: 530px;
    height: 43px;
    font-size: 16px;
    padding: 0 14px;
  }

  .logo {
    max-width: 22%;
    height: auto;
  }

  .section2 {
    padding: 0px;
  }

  .section5 .row {
    text-align: center;
  }

  footer {
    padding: 0;
  }

  .section3 {
    height: 540px;

    .scroll-hint {
      bottom: 50px;
    }

    .fake-scrollbar {
      height: 30px;
    }

    .scroll-pill {
      height: 18px;
    }

    .scroll-hint img {
      width: 24px;
      height: 24px;
    }
  }

  .section4 {
    height: 650px;

    .community-section {
      width: 600px;

      .text-h2 {
        width: 600px;
      }

      h2 {
        font-size: 50px;
      }

      img.puppy-gem {
        width: 330px;
      }
    }
  }
}

@media (max-width: 712px) {
  .section2 {
    min-height: 510px;
  }

  .section3 {
    height: 430px;
  }
}

@media (max-width: 600px) {
  .section2 {
    min-height: 460px;
  }
}

@media (max-width: 576px) {
  .section2 {
    min-height: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #307750;
  }

  .section3 {
    min-height: 450px;
    padding-top: 40px;

    .scroll-container {
      height: 412px;
    }

    .fake-scrollbar {
      bottom: 50px;
    }

    .scroll-hint {
      bottom: 90px;
    }

    .scroll-scene {
      height: 550px;
    }
  }

  .section5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section4 {
    .community-section {
      width: 320px;

      .text-h2 {
        width: 320px;
      }

      h2 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: 0.03rem;
      }
    }
  }

  .email-wrapper1 {
    height: 60px;
  }

  .email-input1 {
    padding: 16px 20px;
  }
}

@media (max-width: 550px) {
  .section1 {
    min-height: 660px;
    padding-top: 10px;

    h1 {
      font-size: 16px;
      padding: 5px 8% 5px 8%;
    }

  }

  .logo {
    max-width: 30%;
  }

  .email-wrapper {
    position: static;
    width: 80%;
    height: 55px;
  }

  .email-button {
    position: static;
    font-size: 16px;
    margin-top: 12%;
  }

  .email-input {
    padding: 14px 20px;
  }

  .section2 {
    min-height: 390px;
  }

  .section3 {
    height: 350px;
    padding: 50px 19px 0 19px;
    background-color: #307750;


    .scroll-scene {
      height: 290px;
      background-color: #307750;

    }

    .scroll-container {
      height: 341px;
      background-color: #307750;
    }

    .scroll-pill {
      height: 14px;
      width: 22px;
      top: 15%;
      box-shadow: 1px 1px 0px 0px #000000;
    }

    .scroll-hint {
      bottom: 95px;
      right: 60px;
    }
  }

  .section3 .fake-scrollbar {
    height: 24px;
    bottom: 59px;
    width: 513px;
    left: 50%;
  }

  .section4 {
    min-height: 612px;

    .community-section {
      img.puppy-gem {
        width: 90%;
      }
    }
  }

  .section5 {
    padding: 20px !important;

    .section5-1 {
      justify-items: left;
    }
  }

  footer img {
    margin: 0;
  }

  .row-2 .col-md-3 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 16px;
  }

  .row-2 .col-md-6 {
    order: 5;
    width: 100%;
    text-align: center;
  }

  .row-2 .col-md-3.d-flex.flex-column.align-items-center {
    align-items: flex-start !important;
  }

  .row-2 .col-md-3.d-flex.flex-column.play-store {
    align-items: flex-start !important;
    padding-left: 20px;
  }

  .row-2 .col-md-3.d-flex.flex-column.align-items-center a {
    display: block;
    margin-bottom: 8px;
  }

  .row-2 .col-md-3.d-flex.flex-column.align-items-center a img {
    display: block;
    margin: 0;
    max-width: 160px;
    height: auto;
  }

  .links {
    margin: 0 0 16px 0;
  }

  .copyright-text {
    width: 312px !important;
  }

  .copyright-text p {
    font-size: 12px;
  }

}

@media (max-width: 540px) {
  .section3 .fake-scrollbar {
    left: 50%;
    width: 502px;
    bottom: 58px;
  }

  .section3 .scroll-hint {
    right: 50px;
    bottom: 90px;
  }

}

@media (max-width: 450px) {
  .section2 {
    min-height: 322px;
  }

  .email-button {
    margin-top: 10%;
  }

  .section1 p {
    font-size: 16px;
  }

  .section3 {
    padding-top: 60px;

    .fake-scrollbar {
      width: 414px;
      left: 49.9%;
      bottom: 72px;
    }

    .scroll-hint {
      font-size: 12px;
      line-height: 120%;
      right: 30px;
      bottom: 105px;
    }
  }

  .socials img {
    width: 64px;
  }
}

@media (max-width: 440px) {
  .section3 {
    .fake-scrollbar {
      width: 402px;
      bottom: 76px;
    }

    .scroll-hint {
      bottom: 110px;
    }
  }
}

@media (max-width: 435px) {
  .section3 {
    .fake-scrollbar {
      width: 395px;
      bottom: 82px;
    }

    .scroll-hint {
      bottom: 115px;
    }
  }
}

@media (max-width: 430px) {
  .section1 {
    min-height: 400px;
  }

  .logo {
    max-width: 40%;
  }

  .section2 {
    min-height: 830px;
    background-image: url("../images/section_2_mb_Hero.png");
    background-size: cover;
  }

  .email-wrapper {
    height: 59px;
    margin-bottom: 70px;
    margin-top: 10px;
  }

  .email-button {
    margin-top: 15%;
  }

}

@media (max-width: 415px) {
  .section1 {
    .join-mission p {
      padding-bottom: 1px;
    }

    .app-store {
      width: 142px;
    }

    .google-play {
      width: 164px;
    }
  }

  .section2 {
    min-height: 770px;
    background-image: url("../images/section_2_mb_Hero.png");
    background-size: cover;
  }

  .section3 {
    min-height: 380px;
    padding-top: 38px;

    .fake-scrollbar {
      width: 375px;
      left: 49.9%;
      bottom: 49px;
    }

    .scroll-hint {
      bottom: 88px;
    }

    .scroll-pill {
      top: 20%;
    }
  }
}

@media (max-width: 405px) {
  .section3 {
    .fake-scrollbar {
      width: 364px;
      bottom: 58px;
    }

    .scroll-hint {
      bottom: 90px;
    }
  }
}

@media (max-width: 393px) {
  .section3 {
    min-height: 300px;
    padding: 20px 19px;

    .fake-scrollbar {
      width: 356px;
      left: 50%;
      bottom: 51px;
    }
  }
}

@media (max-width: 390px) {
  .section1 {
    min-height: 620px;

    .join-mission p {
      padding: 10px 0px 0px 0px;
    }

    .join-mission .app-btn {
      gap: 18px;
    }
  }

  .section3 {
    .fake-scrollbar {
      width: 352px;
      bottom: 52px;
    }
  }

  .section4 {
    min-height: 500px !important;

    .community-section {
      img.puppy-gem {
        width: 70%;
      }
    }
  }
}

@media (max-width: 375px) {
  .section1 {
    .join-mission {
      padding-bottom: 50px;
    }

  }

  .section2 {
    min-height: 700px;
  }

  .email-button {
    font-size: 16px;
    line-height: 100%;
  }

  .section3 {
    padding: 35px 19px;

    .scroll-hint {
      bottom: 80px;
    }

    .fake-scrollbar {
      width: 338px;
      left: 50.1%;
      bottom: 47px;
    }
  }

  .section4 {
    min-height: 550px !important;
  }

}

@media (max-width: 360px) {
  .section3 {
    height: 300px;
    padding: 10px 10px;

    .scroll-pill {
      height: 10px;
      top: 28%;
    }

    .scroll-scene {
      height: 240px;
    }

    .fake-scrollbar {
      width: 340px;
      bottom: 34px;
      left: 50%;
    }

    .scroll-hint {
      bottom: 65px;
      font-size: 8px;
      gap: 8px;
      padding: 2px;
    }
  }

  .socials img {
    width: 44px;
  }

  .email-button1 {
    padding: 0 10px;
    font-size: 12px;
  }

  .stay-updated {
    padding-top: 10px;
  }

  .section4 {
    .community-section {

      img.puppy-gem {
        width: 65%;
      }
    }
  }
}

@media (max-width: 344px) {
  .section3 {
    .fake-scrollbar {
      width: 324px;
      bottom: 45px;
      left: 50.1%;
    }

    .scroll-hint {
      bottom: 80px;
    }

    .scroll-pill {
      top: 28%;
    }
  }

  .section4 {
    height: 400px;
  }

  .email-button1 {
    font-size: 16px;
    height: 43px;
    margin-top: 37px;
    position: static;
    width: 100%;
  }

  .footer-content {
    margin-top: 80px;
  }
}

@media (max-width:320px) {
  .section1 {
    padding-top: 15%;
    min-height: 400px;

    .app-store {
      width: 122px;
    }

    .google-play {
      width: 144px;
    }

    .email-button {
      margin-top: 18%;
    }
  }

  .section2 {
    min-height: 600px;
  }

  .section3 {
    min-height: 280px;
    padding-top: 31px;

    .fake-scrollbar {
      width: 300px;
      bottom: 40px;
      left: 50%;
    }

    .scroll-hint {
      bottom: 70px;
    }
  }

  .section4 {
    .community-section {
      width: 200px;

      .text-h2 {
        width: 200px;
      }

      h2 {
        font-size: 28px;
      }

      img.puppy-gem {
        width: 75%;
      }
    }
  }
}