  		.support-badge{
            border-radius: 15px;
            height: 60px;
            width: 230px;
            margin: 20px;
        }
   		.support-badge:hover{
            box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        }

        .support-badge:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .support-badge:active {
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

        .support-badge-animated {
        -webkit-animation: moveInBottom 5s ease-out;
                animation: moveInBottom 5s ease-out;
        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
        }