
.hover_icon:hover {
    transform: rotateY(360deg);
}


.menu_arrow {
    transform: rotate(45deg);
    background-color: #fff;
    width: 35px;
    height: 70px;
    /* margin-left: 60px; */
    left: calc(50% - 30px);
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}


