.block-template__button{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4F46E5;
}

.block-template__button:hover{
    background: #4F46E5;
}

.block-template__button img{
    max-width: unset;
}
