.beni-ara-container{
    margin-top: 30px;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.blog-container{
    margin-top: 30px;
    background-color: #e9ecef;
    color: #2f2f2f;
    margin-bottom: -30px;
}
.btn-beni-ara{
    border-radius: 20px;
    min-width: 150px;
    perspective: 300px;
}
.btn-beni-ara:hover i, .btn-beni-ara:hover svg{
    -webkit-animation: vibrate-phone 0.32s cubic-bezier(.36, .07, .19, .97) infinite;
    animation: vibrate-phone 0.32s cubic-bezier(.36, .07, .19, .97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}
@keyframes vibrate-phone {
    0.50%, 90% {
        -webkit-transform: translate3d(-0.5px, 0, 0);
        transform: translate3d(-0.5px, 0, 0);
    }

    0.50%, 80% {
        -webkit-transform: translate3d(0.5px, 0, 0);
        transform: translate3d(0.5px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-0.5px, 0, 0);
        transform: translate3d(-0.5px, 0, 0);
    }

    0.50%, 60% {
        -webkit-transform: translate3d(0.5px, 0, 0);
        transform: translate3d(0.5px, 0, 0);
    }
}
small.small16{
    font-size: 16px;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
}