.button_display{
    display:inline-block;
    padding: 10px 20px;
    font-size: 10px;
    text-transform: unset !important;
    animation: none !important;
    width: unset !important;
}
.button_display:hover{
    animation: none !important;
    text-decoration: underline;
}
.bt_content{
    display: flex;
    align-items: center;
    flex-direction: flex-start;
}
.bt_body{
    display: flex;
    align-items: flex-start;
    flex-direction: flex-start;
    flex-direction: column;
}
.bt_icon{
    width:36px;
    height:36px;
    margin-right: 10px;
}
.bt_icon>svg{
    width: 100%;
    height: 100%;
}
