

/* Featured section styles */
.featured {
    margin-top: 5%; /* Adjust margin-top as needed */
    display: flex;
    align-items: center;
    padding-left: 15%; 
    margin-bottom: 5%;/* Add padding to the left */
}
.featured-content h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.featured-image img {
    width: 150px; /* Adjust size as needed */
    height: auto;
    margin-right: 90px;
}

.featured-content {
    text-align: left;
}

.featured-content h2 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 5px;
}

.featured-content h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
    font-family: "Itim", cursive;
    font-weight: 550;
    font-style: normal;
}

.featured-content p {
    font-size: 16px;
    color: #666666;
    margin-top: 0;
}

.favorite:hover {
    transform: scale(1.2); 
    transition: transform 0.3s ease; 
    cursor: pointer;
}
.favorite {
    width: 30px; 
    height: 30px; 
    padding-left: 17px; 
}

