.header_logo img {
    width: 150px;
}


.whatsapp-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:50px;
height:50px;
background:#25D366;
border-radius:50%;
box-shadow:0 6px 15px rgba(0,0,0,0.25);
transition:all .3s ease;
text-decoration:none;
}

.whatsapp-icon:hover{
transform:scale(1.1);
box-shadow:0 8px 20px rgba(0,0,0,0.35);
}