.head_three{
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 5%;
    display: flex;
    align-items: center;
}
.head_three img {
    height: 40px;
    margin-right: 10px;
}
