.column {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    
}

h2 {
    color: #333;
}
#contact-section,p,span{
    text-align:center;
}
 .profile p {
    color: #666;
    text-align: left;
} 

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 5px;
    color: #666;
}
.logo {
    top: -5px;
    width: 500px; /* Adjust the width as needed */
    height: auto; /* This ensures the height adjusts proportionally */
  }
  .custom-container {
    background-color: #333; /* Change the background color to your desired color */
    color: #fff; /* Set text color to white */
    padding: 20px; /* Add padding for better readability */
  }
  .product-range-item1-section{
    border-top: 9px solid orange;
  }
  .mission-section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Adjust values as needed */
  }
  .find-more-button{
    padding: 12px;
    align-items: center;
    justify-content: center;
    background-color: orange;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
  }
  .product-range-title h1{
    color: orange;
  }
  .product-range-item1-section img {
    width: 100%;
    height: auto;
  }
  