/* Logo Container */
.logo-container {
  text-align: center;
  padding: 100px 0;
}

/* Logo */
.logo {
  max-width: 60% !important; /* Make sure the image doesn't exceed the container width */
  width: auto !important; /* Ensure the image scales proportionally */
  height: auto !important; /* Ensure the image scales proportionally */
  margin: 0 auto;
}

  
  .logo img {
    width: 70%;
    height: 70%;
  }
  
  /* PagFast Name */
  .heading-count h2 {
    font-size: 36px; /* Adjust the font size as needed */
    color: #fff; /* Change the color to your preference */
  }
  
  /* Additional styling for the button group, social links, or other elements can be added here */
  