#priceOneMonth1 {
    ul {

        li {
            .btn {
                background-color: #efeaff;

                &:hover {
                    background-color: rgba(99, 40, 255, 1);
                    border-color: rgba(99, 40, 255, 1);
                }
            }
        }
        }
}