h1 {
  color: #000000;
  font-size:34px;
}

h2 {
color: #666666;
font-size:18px;
}


a:link {
  text-decoration: none;
  font-size:20px;
}

.item-image img {
    max-width: 250px;
    height: 300px;
    border-radius: 8px; /* Example: adds rounded corners */
}


.header {
    background-image: url('https://lg-detail.com/images/headers/header2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Style for the Contact Phone Number in Joomla 6 */
.contact-mobile .phone {
    font-size: 10rem;       /* Adjust font size as needed */
    color: #666666;          /* Change color to desired hex value */
    font-weight: bold;       /* Optional: make it bold */
}