html,
body {
  overflow-x: hidden;
  box-sizing: border-box;
}

p {
  text-align: justify;
}

.text_align {
  text-align: justify;
}

.merriweather_regular1 {
  font-family: Merriweather;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}

.merriweather_regular {
  font-family: Merriweather;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.merriweather_regular1 {
  font-family: Merriweather;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}

.merriweather_btn {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.merriweather_bold_italic {
  font-family: Merriweather;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
}

.merriweather_bold {
  font-family: Merriweather;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.poppins_regular {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.poppins_sml {
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.poppins_bold {
  color: #3f3e3e;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.poppins_normal {
  color: #3f3e3e;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.Merriweather_normal {
  color: #3f3e3e;
  text-align: center;
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

@media screen and (max-width: 900px) {
  .custom_btn {
    display: none;
  }

  .main_container {
    margin-top: 10rem;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .custom_image {
    position: relative;
    height: 500px;
    width: 500px;
    object-fit: contain;
  }
}

@media (max-width: 768px) {

  .page2_lapscreen {
    display: none;
  }

  .page2_mobilescreen {
    display: flex;
    margin: auto;
  }

  .merriweather_regular1 {
    font-size: 2rem;
  }

  .merriweather_bold_italic {
    font-size: 2rem;
  }

  .page-3-mobilescreen {
    display: block;
  }

  .manage_width_page3 {
    width: 100%;
  }

  .page-3-lapscreen {
    display: none;
  }

  .footer_terms {
    margin: 3rem 0;
  }

  .footer_terms>* {
    margin: 0 1rem;
  }

  .page2_mobilescreen>img {
    width: 300px;
    margin-left: -10%;
    height: 300px;
    object-fit: contain;
  }
}

@media (min-width: 768px) {

  .art-pic {
    width: 56%; height: auto;
  }
  
  .page2_mobilescreen {
    display: none;
  }

  .page2_lapscreen {
    display: block;
  }

  .manage_width_page3 {
    width: 75%;
  }

  .page-3-mobilescreen {
    display: none;
  }

  .page-3-lapscreen {
    display: block;
  }

  .page4-bottom-image {
    margin-left: 420px; 
}

  .back-to-top-mobile {
    display: none;
  }

  .back-to-top-Laptop {
    display: block;
  }

  .terms-serv {
    padding-left: 52rem;
  }
}

@media (max-width: 768px) {
  .page4_image {
    height: 400px;
    width: 400px;
    object-fit: contain;
  }

  .page4-bottom-image {
    margin-left: 40px; 
}

  .back-to-top-mobile {
    display: block;
  }

  .back-to-top-Laptop {
    display: none;
  }
}