.newsimg {
margin-top: 30px;
}

.newstext {
margin-top: 40px;
font-family: 'garmond';
font-size: 2.3rem;
text-align: center;
line-height: 50px;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 991px) {
.aboutustext1 {
font-size: 24px;
}
.about-us-p,
  h1,
  h2,
  h3,
  h4 {
    text-align: center; /* Set text alignment to left on small screens */
  }

}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) {
.aboutustext1 {
font-size: 34px;
}
}

.aboutustext1 {
text-align: center;
font-family: 'garamond';
margin: 30px
}

.aboutustext2 {
font-size: 25px;
text-align: center;
font-weight: 900;
}

.aboutustext3 {
font-family: 'garamond';
text-align: center;
border: solid black;
margin: 30px 0px;
font-size: 30px;
padding: 14px 0px 10px 0px;
 }


.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}

.pic1 {
max-width: 250px;
margin: auto;
display: block;
}

.pictext {
text-align: center;
margin-top: 10px
}

.middle-col {
border-right: solid;
border-left: solid;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
.middle-col {
border-right: none;
border-left: none;
}
}

.about-us-p {
font-size: 1.5em;
line-height: 1.5em;
text-align-last: center;
}

.product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .product-card {
    display: inline-block;
    width: 22%;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid black;
    margin: 8px;
    padding-bottom: 20px;
  }

.shop-link {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 7px 15px; /* Adjust the padding to your preference */
  text-decoration: none;
}

hr {
      width: 75%;
      margin: 50px auto; /* Optional: Adjust the margin as needed */
      border: 1px solid #000000; /* Optional: Set the border color */
    }

h1 {
     
      font-size: 2.0 em; /* Set font size */
      font-weight: bold; /* Set font weight */
      margin-bottom: 10px; /* Set bottom margin */
	font-style: italic; /* Add italic style */
    }

h2 {
     
      font-size: 1.7em; /* Set font size */
      font-weight: bold; /* Set font weight */
      margin-bottom: 10px; /* Set bottom margin */
    }
h3 {
     
      font-size: 1.5em; /* Set font size */
   
      margin-bottom: 10px; /* Set bottom margin */
    }
h4 {
     
      font-size: .7em; /* Set font size */
   
      margin-bottom: 10px; /* Set bottom margin */
    }

.img-div {
      padding-bottom: 30px;
    
    }
 /* Default styles for both desktop and mobile */
    .desktop-img {
      display: block; /* Show on desktop by default */
      margin: 0 auto; /* Center the image on desktop */
    }

    .mobile-img {
      display: none; /* Hide on desktop by default */
    }

.product-description {
  padding: 15px;
  word-wrap: break-word; /* Add this property to handle long words */
}

    /* Media query for screens smaller than 768 pixels (typical mobile devices) */
    @media (max-width: 767px) {
      .desktop-img {
        display: none; /* Hide on mobile */
      }

      .mobile-img {
  display: none; /* Hide on desktop by default */
  width: 100%; /* Make the image responsive */
  max-width: 100%; /* Set maximum width for the mobile image */
  margin: 0 auto; /* Center the image on mobile */
}
     
.about-us-p,
  h1,
  h2,
  h3,
  h4 {
    text-align: center; /* Set text alignment to left on small screens */
  }

  
    .product-container {
      text-align: center;
      width: 80%;
      margin: 0 auto;
    }



.product-image {
  width: 100%;
  max-width: 300px;
  height: auto;
}


/* Adjust the styles for small screens (2 wide) */
@media (max-width: 767px) {
  .product-card {
    width: 48%; /* Two cards per row on small screens */
  }
}

    @media (min-width: 768px) {
      .product-container {
        width: 60%; /* Adjust container width for medium screens */
      }

      .product-card {
        width: 30%; /* Three cards per row on medium screens */
      }
