.svg_icon_wrapper {
    width: fit-content;
    height: fit-content;
}

.svg_icon_wrapper:hover {
    cursor: pointer;
}


/* @media screen and (max-width: 350px) {

    .svg_icon_wrapper svg {
        width: 30px !important;
        height: 30px !important;
    }

}
 */