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

  .sp {
    display: inline;
    width: 100%;
    margin-top: 100px;
  }

  .section img {
    width: 100%;
}

.overlay-logo {
  position: initial;
  width: 30% !important;
  margin-top: 50px;
}

.layout-text h2 {
  background-color: #DBDBDB;
  padding-top: 15px;
  padding-bottom: 15px;
}

.layout-text p {
  margin: 40px 10px;
}

  .header {
    height: 100vh;
}

  .header img.logo, .header img.side-image, .text-content {
    margin: 10px auto; 
  }

  .logo{
    width: 45%;
  }

  .side-image{
    width: 90%;
  }
  
  .section, .final-two-column-section, .custom-three-column-section, .unique-three-column-section {
    flex-direction: column; 
  }

  .content-layout, .final-column, .custom-column, .unique-column {
    display: block; 
    width: 100%; 
    margin: 10px 0; 
  }

  .layout-image, .final-column img, .custom-column img, .unique-column img {
    width: auto; 
    max-width: 100%; 
    height: auto; 
    margin: 0 auto; 
  }

  .layout-text, .text-content-sm, .final-column, .custom-text-left, .custom-image-text, .unique-column {
    text-align: center; 
  }

  .comment-text, .text-content {
    width: 90%; 
    margin: 20px auto; 
  }

  .sm1{
    width: 200px !important;
  }

  
  .responsive-two-row-three-column-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
  }

  .responsive-column {
    width: 48%; 
    margin-bottom: 20px; 
  }

  .responsive-column img {
    width: 100%; 
    height: auto; 
    margin-bottom: 10px; 
    width: 60%;
  }

  .responsive-column .title {
    font-size: 18px; 
    margin-bottom: 5px; 
  }

  .responsive-column p {
    font-size: 14px; 
    text-align: start;
    margin: auto 20px;
  }

  .title {
    border-bottom: 0px dotted #000;
  }

  .unique-three-column-section {
    width: 90%;
  }


  .hamburger-menu {
    display: block;
    text-align: end;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }
  
  .sticky-header nav ul {
    display: none; 
    flex-direction: column; 
  }
  
  .sticky-header nav ul li {
    margin-right: 0; 
  }
  
  
  .sticky-header nav ul.show {
    display: flex;
  }
  
  
  .dropdown-content {
  display: none;
  position: static; 
  }
  
  
  .dropdown-content.show {
  display: block;
  }
  
  .sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: #51505000;
  color: white;
  z-index: 1000;
  }
  
  .sticky-header nav ul {
  margin-right: 0px;
  text-align: start;
  }
  
  .hamburger-menu.open {
  content: '\00D7'; 
  }
  
  
  .sticky-header.transparent {
  background: transparent;
  }
  
  }
  