@media (max-width: 480px) {
    h1{
        font-size: 30px;
        line-height: 30px;
    }

    .hero-section h1{
        margin-bottom: 40px;
    }
    .centerimage{

        margin-top: -70px;
        margin-bottom: 40px;
    
    }

 

}

@media (max-width: 768px) {

.guest{
    margin-bottom: 70px !important;
}
h1{
    font-size: 30px;
    line-height: 30px;
}
.hero-section h1{
    margin-bottom: 40px;
}

.popins2{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}  
.lbutton{
    width:100%;
    
 
}

}
.card {
    width: 350px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: -60px;
    z-index: 100;
    margin-left: -150px;
}

.profile-img img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.review-text {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.reviewer-info {
    text-align: center;
    margin-bottom: 8px;
}

.reviewer-name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.reviewer-title {
    color: #888;
    font-size: 12px;
}

.rating {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffbf00;
}

.rating-star {
    margin-right: 5px;
}

.reviewer-container {
display: flex;
align-items: center; /* Align items vertically in the center */
justify-content: space-between; /* Space out the items */
}

.reviewer-info {
margin-right: 100px; /* Optional, to add space between reviewer info and rating */
text-align:left ;
}

.rating {
display: flex;
align-items: center;

}